aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-03-07 21:23:40 +0800
committerGitHub <noreply@github.com>2023-03-07 21:23:40 +0800
commit7a462c10d522e1b650979e810ad3b137224bb2b0 (patch)
treec958b46244b7008bd61de3b8150ccf6cdabb4f1d /runtime/doc/eval.txt
parent1637bcce7ba52c4c5c451308f8a3adfedde18a2a (diff)
parent08d0f99ae122b21e9470d58224edd69d1615ee3d (diff)
downloadrneovim-7a462c10d522e1b650979e810ad3b137224bb2b0.tar.gz
rneovim-7a462c10d522e1b650979e810ad3b137224bb2b0.tar.bz2
rneovim-7a462c10d522e1b650979e810ad3b137224bb2b0.zip
Merge pull request #22558 from zeertzjq/vim-8.2.3969
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index d79b446986..fe15ba6115 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1979,6 +1979,11 @@ v:lnum Line number for the 'foldexpr' |fold-expr|, 'formatexpr',
v:lua Prefix for calling Lua functions from expressions.
See |v:lua-call| for more information.
+ *v:maxcol* *maxcol-variable*
+v:maxcol Maximum line length. Depending on where it is used it can be
+ screen columns, characters or bytes. The value currently is
+ 2147483647 on all systems.
+
*v:mouse_win* *mouse_win-variable*
v:mouse_win Window number for a mouse click obtained with |getchar()|.
First window has number 1, like with |winnr()|. The value is