]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3629: command completion in cmdline window uses global commands v8.2.3629
authormityu <mityu.mail@gmail.com>
Sat, 20 Nov 2021 19:13:39 +0000 (19:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Nov 2021 19:13:39 +0000 (19:13 +0000)
commita1198124370a366ff02811a43845a631b5c6e7f0
tree7d1ef0b5d8dc8de7a8c9b85d8f5b59ef530dce9c
parent87fd0924e2d85213cc111ee7a5122f92216a37c7
patch 8.2.3629: command completion in cmdline window uses global commands

Problem:    Command completion in cmdline window uses global user commands,
            not local commands for the window where it was opened from.
Solution:   Use local commands. (closes #9168)
src/evalvars.c
src/ex_getln.c
src/proto/ex_getln.pro
src/testdir/test_ins_complete.vim
src/usercmd.c
src/version.c