From 096309037bf9237a10df8a02bb4d32345268667f Mon Sep 17 00:00:00 2001 From: Daniel Steinberg Date: Sat, 3 Jul 2021 14:50:33 -0400 Subject: [PATCH] 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. --- runtime/doc/eval.txt | 1 - 1 file changed, 1 deletion(-) 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.