]> granicus.if.org Git - vim/commit
patch 8.1.1667: flags for Ex commands may clash with other symbols v8.1.1667
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Jul 2019 15:58:01 +0000 (17:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Jul 2019 15:58:01 +0000 (17:58 +0200)
commit8071cb2c646c9d38dcd4e3ccd377dce07705f031
tree1618343aba4c372cbfc3fc9c56e7a7102518c6ec
parentbd42b31780794fa751597cf3aa4d1d01889b1494
patch 8.1.1667: flags for Ex commands may clash with other symbols

Problem:    Flags for Ex commands may clash with other symbols.
Solution:   Prepend with EX_.
src/evalfunc.c
src/ex_cmds.h
src/ex_docmd.c
src/ex_getln.c
src/syntax.c
src/usercmd.c
src/version.c