]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2341: expresison command line completion incomplete after "g:" v8.2.2341
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Jan 2021 18:48:46 +0000 (19:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Jan 2021 18:48:46 +0000 (19:48 +0100)
commit1bb4de5302ba038b9c59e845b6d735e87d5681d0
tree9b61661df621590824d24222d42fa7601fb87e53
parent37487e16da7877129edee8d11b9b7f5c8df312c6
patch 8.2.2341: expresison command line completion incomplete after "g:"

Problem:    Expresison command line completion shows variables but not
            functions after "g:". (Gary Johnson)
Solution:   Prefix "g:" when needed to a global function.
src/evalfunc.c
src/evalvars.c
src/proto/evalvars.pro
src/testdir/test_cmdline.vim
src/version.c