diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-09-29 20:59:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 20:59:53 -0400 |
commit | 270cc1d70fa8e24299b6df13712b49216fe324ec (patch) | |
tree | 0ab7710ade46910ce674e1d78f86323c5d3db21d /src/nvim/eval.lua | |
parent | d90fb1c0bfc1e64c783c385a79e7de87013dadba (diff) | |
parent | 88442c2fa66a7303d6a9b52a254d49073bda5541 (diff) | |
download | rneovim-270cc1d70fa8e24299b6df13712b49216fe324ec.tar.gz rneovim-270cc1d70fa8e24299b6df13712b49216fe324ec.tar.bz2 rneovim-270cc1d70fa8e24299b6df13712b49216fe324ec.zip |
Merge pull request #14937 from dstein64/vim-8.1.2304
vim-patch:8.1.2304,8.1.2309,8.1.2319,8.1.2321
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 762d741fb7..c6ac27b269 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -162,6 +162,7 @@ return { getloclist={args={1, 2}}, getmarklist={args={0, 1}}, getmatches={args={0, 1}}, + getmousepos={}, getpid={}, getpos={args=1}, getqflist={args={0, 1}}, |