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().
db3a205147
This commit is contained in:
Daniel Steinberg
2021-06-29 17:55:54 -04:00
parent ec4731d982
commit 3b9e75b366
4 changed files with 83 additions and 1 deletions

View File

@@ -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}},