]> granicus.if.org Git - vim/commit
patch 8.2.1280: Ex command error cannot contain an argument v8.2.1280
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 14:37:03 +0000 (16:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 14:37:03 +0000 (16:37 +0200)
commit8930caaa1a283092aca81fdbc3fcf15c7eadb197
treeb88ad868a29b0c26a4224cce4c69f35b9655dfec
parent8d5f6af5e5a5edfd3fa95f33540c204f4e74331e
patch 8.2.1280: Ex command error cannot contain an argument

Problem:    Ex command error cannot contain an argument.
Solution:   Add ex_errmsg() and translate earlier.  Use e_trailing_arg where
            possible.
src/buffer.c
src/ex_docmd.c
src/ex_eval.c
src/match.c
src/proto/ex_docmd.pro
src/testdir/test_tabpage.vim
src/version.c