diff options
author | Daniel Steinberg <dstein64@users.noreply.github.com> | 2021-07-03 14:50:33 -0400 |
---|---|---|
committer | Daniel Steinberg <dstein64@users.noreply.github.com> | 2021-09-29 11:13:49 -0400 |
commit | 096309037bf9237a10df8a02bb4d32345268667f (patch) | |
tree | b8c0488d2f4b76abf8a48c98b8123fcb934850f4 | |
parent | ae97f25e9d10440cb390ce8b9f9cc50adcc71e02 (diff) | |
download | rneovim-096309037bf9237a10df8a02bb4d32345268667f.tar.gz rneovim-096309037bf9237a10df8a02bb4d32345268667f.tar.bz2 rneovim-096309037bf9237a10df8a02bb4d32345268667f.zip |
chore: remove empty line
This update was part of vim-patch:4c29502.
https://github.com/vim/vim/commit/4c295027a426986566cd7a76c47a6d3a529727e7
The other parts of that patch were applied to Neovim in ad6bb38.
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index ce16ff36d8..b298733d06 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5127,7 +5127,6 @@ getmousepos() *getmousepos()* If the mouse is over a focusable floating window then that window is used. - When using |getchar()| the Vim variables |v:mouse_lnum|, |v:mouse_col| and |v:mouse_winid| also provide these values. |