aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Steinberg <dstein64@users.noreply.github.com>2021-07-08 00:38:00 -0400
committerDaniel Steinberg <dstein64@users.noreply.github.com>2021-09-29 11:13:49 -0400
commit88442c2fa66a7303d6a9b52a254d49073bda5541 (patch)
tree643152d2d349c45e7c6345421d271aee6b816965
parent096309037bf9237a10df8a02bb4d32345268667f (diff)
downloadrneovim-88442c2fa66a7303d6a9b52a254d49073bda5541.tar.gz
rneovim-88442c2fa66a7303d6a9b52a254d49073bda5541.tar.bz2
rneovim-88442c2fa66a7303d6a9b52a254d49073bda5541.zip
docs: add 'plus one' to correct getmousepos docs
This change was applied to Vim as part of 90df4b9. https://github.com/vim/vim/commit/90df4b9d423485f7db16e3a65cab4f14edc815ae
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index b298733d06..d6f72b68f7 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5122,7 +5122,7 @@ getmousepos() *getmousepos()*
are zero.
When the position is after the text then "column" is the
- length of the text in bytes.
+ length of the text in bytes plus one.
If the mouse is over a focusable floating window then that
window is used.