]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3930: getcmdline() argument has a misleading type v8.2.3930
authorBram Moolenaar <Bram@vim.org>
Tue, 28 Dec 2021 20:59:56 +0000 (20:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 28 Dec 2021 20:59:56 +0000 (20:59 +0000)
commitc97f9a55bd020b94d92c392516d763ed5e43d872
tree463236716e49c8eb05bd8494034bc617924b2085
parent10c75c4a09a604ea674a2700aacb55914750b86d
patch 8.2.3930: getcmdline() argument has a misleading type

Problem:    getcmdline() argument has a misleading type.
Solution:   Use the correct type, even though the value is not used.
src/ex_docmd.c
src/ex_getln.c
src/normal.c
src/proto/ex_getln.pro
src/register.c
src/userfunc.c
src/version.c