]> granicus.if.org Git - vim/commit
patch 8.2.4903: cannot get the current cmdline completion type and position v8.2.4903
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Sat, 7 May 2022 11:48:29 +0000 (12:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 11:48:29 +0000 (12:48 +0100)
commit79d599b8772022af1d657f368c2fc97aa342c0da
treeee415de85697c73717db8ca0679481349d097965
parentc27747e6ddcbda7d1d3b39867898f746dc4db471
patch 8.2.4903: cannot get the current cmdline completion type and position

Problem:    Cannot get the current cmdline completion type and position.
Solution:   Add getcmdcompltype() and getcmdscreenpos(). (Shougo Matsushita,
            closes #10344)
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/cmdexpand.c
src/evalfunc.c
src/ex_getln.c
src/proto/cmdexpand.pro
src/proto/ex_getln.pro
src/proto/usercmd.pro
src/testdir/test_cmdline.vim
src/usercmd.c
src/version.c