mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
vim-patch:7.4.2008
Problem: evalcmd() has a confusing name.
Solution: Rename to execute(). Make silent optional. Support a list of
commands.
79815f1ec7
This commit is contained in:
@@ -79,7 +79,7 @@ return {
|
||||
eval={args=1},
|
||||
eventhandler={},
|
||||
executable={args=1},
|
||||
execute={args=1},
|
||||
execute={args={1, 2}},
|
||||
exepath={args=1},
|
||||
exists={args=1},
|
||||
exp={args=1, func="float_op_wrapper", data="&exp"},
|
||||
|
Reference in New Issue
Block a user