]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1939: code for handling v: variables in generic eval file v8.1.1939
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Aug 2019 20:09:46 +0000 (22:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Aug 2019 20:09:46 +0000 (22:09 +0200)
commite5cdf153bcb348c68011b308c8988cea42d6ddeb
tree43c6e56660daab044d401a2ebd044577337f8e8e
parentc507a2d164cfa3dcf31a7ba9dad6663a17243bb4
patch 8.1.1939: code for handling v: variables in generic eval file

Problem:    Code for handling v: variables in generic eval file.
Solution:   Move v: variables to evalvars.c. (Yegappan Lakshmanan,
            closes #4872)
src/eval.c
src/evalvars.c
src/proto/eval.pro
src/proto/evalvars.pro
src/version.c