aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-13 00:44:18 +0200
committerGitHub <noreply@github.com>2016-10-13 00:44:18 +0200
commit22fe76aec47e4e2cc9207bf6659e63741a310409 (patch)
treeac3ff7ea3e4aaca15684e19464879582c25d144a /src/nvim/eval.lua
parent6a2d40497a713e001f65ec8dc1af60ada43d995f (diff)
parentdb324879d2956a2527851102183723df63039904 (diff)
downloadrneovim-22fe76aec47e4e2cc9207bf6659e63741a310409.tar.gz
rneovim-22fe76aec47e4e2cc9207bf6659e63741a310409.tar.bz2
rneovim-22fe76aec47e4e2cc9207bf6659e63741a310409.zip
Merge #5418 from Shougo/vim-7.4.2158
vim-patch: 7.4.2158, 2162, 2205
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 3c371fc264..984ccebbf8 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -114,7 +114,7 @@ return {
getcmdpos={},
getcmdtype={},
getcmdwintype={},
- getcompletion={args=2},
+ getcompletion={args={2, 3}},
getcurpos={},
getcwd={args={0,2}},
getfontname={args={0, 1}},