Home
last modified time | relevance | path

Searched refs:e_trailing_arg (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dcmdhist.c727 semsg(_(e_trailing_arg), arg); in ex_history()
739 semsg(_(e_trailing_arg), end); in ex_history()
H A Devalvars.c622 semsg(_(e_trailing_arg), p); in heredoc_get()
802 semsg(_(e_trailing_arg), argend); in ex_let()
1206 semsg(_(e_trailing_arg), arg); in list_arg_vars()
1624 semsg(_(e_trailing_arg), name_end); in ex_unletlock()
3939 semsg(_(e_trailing_arg), redir_endp); in var_redir_start()
H A Duserfunc.c1109 semsg(_(e_trailing_arg), *arg + 1); in lambda_function_body()
3995 semsg(_(e_trailing_arg), p); in define_function()
4189 semsg(_(e_trailing_arg), p); in define_function()
4712 semsg(_(e_trailing_arg), p); in ex_delfunction()
5073 semsg(_(e_trailing_arg), arg); in ex_call()
H A Djson.c1099 semsg(_(e_trailing_arg), reader->js_buf + reader->js_used); in json_decode_all()
H A Dvim9compile.c3318 semsg(_(e_trailing_arg), s); in compile_string()
4471 semsg(_(e_trailing_arg), pstart); in compile_subscript()
7731 semsg(_(e_trailing_arg), p); in compile_if()
7904 semsg(_(e_trailing_arg), p); in compile_elseif()
8395 semsg(_(e_trailing_arg), p); in compile_while()
9334 semsg(_(e_trailing_arg), cmd); in compile_substitute()
9712 semsg(_(e_trailing_arg), line); in compile_def_function()
H A Dmatch.c1400 eap->errmsg = ex_errmsg(e_trailing_arg, end); in ex_match()
H A Dex_docmd.c2440 errormsg = ex_errmsg(e_trailing_arg, ea.arg); in do_one_cmd()
5314 eap->errmsg = ex_errmsg(e_trailing_arg, eap->arg); in ex_buffer()
8289 semsg(_(e_trailing_arg), eap->arg); in ex_mark()
8660 eap->errmsg = ex_errmsg(e_trailing_arg, p); in ex_findpat()
H A Dex_eval.c1759 semsg(_(e_trailing_arg), end); in ex_catch()
H A Dglobals.h1717 EXTERN char e_trailing_arg[] INIT(= N_("E488: Trailing characters: %s")); variable
H A Dsign.c1581 semsg(_(e_trailing_arg), arg); in parse_sign_cmd_args()
H A Deval.c859 semsg(_(e_trailing_arg), p); in get_lval()
2251 semsg(_(e_trailing_arg), p); in eval0()
H A Dmenu.c292 semsg(_(e_trailing_arg), map_to); in ex_menu()
H A Dex_cmds.c3951 semsg(_(e_trailing_arg), cmd); in ex_substitute()
H A Devalfunc.c3354 semsg(_(e_trailing_arg), s); in f_eval()
6596 ? e_invarg2 : e_trailing_arg), end); in f_islocked()
H A Dbuffer.c1617 return ex_errmsg(e_trailing_arg, arg); in do_bufdel()
H A Dquickfix.c3632 semsg(_(e_trailing_arg), arg); in qf_list()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt48958 Solution: Add ex_errmsg() and translate earlier. Use e_trailing_arg where