mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 22:59:36 +00:00
vim-patch:9.0.0285: it is not easy to change the command line from a plugin (#19979)
vim-patch:9.0.0285: it is not easy to change the command line from a plugin
Problem: It is not easy to change the command line from a plugin.
Solution: Add setcmdline(). (Shougo Matsushita, closes vim/vim#10869)
07ea5f1509
This commit is contained in:
@@ -332,6 +332,7 @@ return {
|
||||
setcharpos={args=2, base=2},
|
||||
setcharsearch={args=1, base=1},
|
||||
setcmdpos={args=1, base=1},
|
||||
setcmdline={args={1, 2}, base=1},
|
||||
setcursorcharpos={args={1, 3}, base=1},
|
||||
setenv={args=2, base=2},
|
||||
setfperm={args=2, base=1},
|
||||
|
||||
Reference in New Issue
Block a user