diff options
author | naohiro ono <obcat@icloud.com> | 2022-01-01 14:59:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 14:59:44 +0000 |
commit | 56200eed62e59ad831f6564dcafe346e6f97ac20 (patch) | |
tree | bd242d2ea39d37c41f17bfa82acec695dac1d6b4 /runtime/doc/eval.txt | |
parent | e70cec976026ce72d09b6589ebba4677581063ac (diff) | |
download | vim-git-56200eed62e59ad831f6564dcafe346e6f97ac20.tar.gz |
patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969
Problem: Value of MAXCOL not available in Vim script.
Solution: Add v:maxcol. (Naohiro Ono, closes #9451)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 383920718..dca886e85 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2161,6 +2161,9 @@ v:lnum Line number for the 'foldexpr' |fold-expr|, 'formatexpr' and expressions is being evaluated. Read-only when in the |sandbox|. + *v:maxcol* *maxcol-variable* +v:maxcol Maximum line length. + *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 |