aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorDaniel Steinberg <dstein64@users.noreply.github.com>2021-06-29 17:55:54 -0400
committerDaniel Steinberg <dstein64@users.noreply.github.com>2021-09-29 11:13:49 -0400
commit3b9e75b3664652e5557dd6423adda9b55d113c4f (patch)
tree850b93ce542558916feaf4d710c95a716eb361c1 /src/nvim/eval.lua
parentec4731d982031e363a59efd4566fc72234bb43c8 (diff)
downloadrneovim-3b9e75b3664652e5557dd6423adda9b55d113c4f.tar.gz
rneovim-3b9e75b3664652e5557dd6423adda9b55d113c4f.tar.bz2
rneovim-3b9e75b3664652e5557dd6423adda9b55d113c4f.zip
vim-patch:8.1.2304: cannot get the mouse position when getting a mouse click
Problem: Cannot get the mouse position when getting a mouse click. Solution: Add getmousepos(). https://github.com/vim/vim/commit/db3a205147ce2c335d5c2181c1f789277f8775b0
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua1
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}},