diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-27 14:35:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 14:35:57 -0500 |
commit | d290c1342117867d4fb1e8ffbe685037553971a5 (patch) | |
tree | b72fbf5e641bc2558ac5f34f9bbc7f4cc57e4b27 /src/nvim/eval.lua | |
parent | be65fd88f40cc0a955b25f7ef78bd954f3986046 (diff) | |
parent | a989851e3b66cd1c14c6c674b83f302648df0b82 (diff) | |
download | rneovim-d290c1342117867d4fb1e8ffbe685037553971a5.tar.gz rneovim-d290c1342117867d4fb1e8ffbe685037553971a5.tar.bz2 rneovim-d290c1342117867d4fb1e8ffbe685037553971a5.zip |
Merge pull request #6188 from jamessan/vim-7.4.2200
vim-patch:7.4.2200
Closes #5314
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index b0bf417207..fa19ff209e 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -126,11 +126,11 @@ return { getftime={args=1}, getftype={args=1}, getline={args={1, 2}}, - getloclist={args=1, func='f_getqflist'}, + getloclist={args={1, 2}}, getmatches={}, getpid={}, getpos={args=1}, - getqflist={}, + getqflist={args={0, 1}}, getreg={args={0, 3}}, getregtype={args={0, 1}}, gettabinfo={args={0, 1}}, |