aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-01-10 09:56:53 -0500
committerGitHub <noreply@github.com>2017-01-10 09:56:53 -0500
commit77de73c7c80216c3d605ab70fbf19ab998cc8f3e (patch)
treedb9e91a3fb6736018b49a2798f5187efa6673a2c /src/nvim/eval.lua
parent9fcf6d577fa712d2ce420012c53a687cc9f7301d (diff)
parentf3c93fbefe8c444a2c3cf583b168f24a352ad1f5 (diff)
downloadrneovim-77de73c7c80216c3d605ab70fbf19ab998cc8f3e.tar.gz
rneovim-77de73c7c80216c3d605ab70fbf19ab998cc8f3e.tar.bz2
rneovim-77de73c7c80216c3d605ab70fbf19ab998cc8f3e.zip
Merge pull request #5919 from jamessan/vim-7.4.2008
vim-patch:7.4.2008,7.4.2009
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 5fb99fecc6..e0b72feb19 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -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"},