Searched refs:e_trailing_arg (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | cmdhist.c | 727 semsg(_(e_trailing_arg), arg); in ex_history() 739 semsg(_(e_trailing_arg), end); in ex_history()
|
| H A D | evalvars.c | 622 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 D | userfunc.c | 1109 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 D | json.c | 1099 semsg(_(e_trailing_arg), reader->js_buf + reader->js_used); in json_decode_all()
|
| H A D | vim9compile.c | 3318 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 D | match.c | 1400 eap->errmsg = ex_errmsg(e_trailing_arg, end); in ex_match()
|
| H A D | ex_docmd.c | 2440 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 D | ex_eval.c | 1759 semsg(_(e_trailing_arg), end); in ex_catch()
|
| H A D | globals.h | 1717 EXTERN char e_trailing_arg[] INIT(= N_("E488: Trailing characters: %s")); variable
|
| H A D | sign.c | 1581 semsg(_(e_trailing_arg), arg); in parse_sign_cmd_args()
|
| H A D | eval.c | 859 semsg(_(e_trailing_arg), p); in get_lval() 2251 semsg(_(e_trailing_arg), p); in eval0()
|
| H A D | menu.c | 292 semsg(_(e_trailing_arg), map_to); in ex_menu()
|
| H A D | ex_cmds.c | 3951 semsg(_(e_trailing_arg), cmd); in ex_substitute()
|
| H A D | evalfunc.c | 3354 semsg(_(e_trailing_arg), s); in f_eval() 6596 ? e_invarg2 : e_trailing_arg), end); in f_islocked()
|
| H A D | buffer.c | 1617 return ex_errmsg(e_trailing_arg, arg); in do_bufdel()
|
| H A D | quickfix.c | 3632 semsg(_(e_trailing_arg), arg); in qf_list()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 48958 Solution: Add ex_errmsg() and translate earlier. Use e_trailing_arg where
|