diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-03-07 11:04:36 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-03-07 11:33:23 +0800 |
commit | 2882b1543a4f30ee3d7b039a5d51bb994fd6aa1d (patch) | |
tree | 83983b49947c3bb581461419db2951909c88e932 /runtime/lua/man.lua | |
parent | 7a44231832fbeb0fe87553f75519ca46e91cb7ab (diff) | |
download | rneovim-2882b1543a4f30ee3d7b039a5d51bb994fd6aa1d.tar.gz rneovim-2882b1543a4f30ee3d7b039a5d51bb994fd6aa1d.tar.bz2 rneovim-2882b1543a4f30ee3d7b039a5d51bb994fd6aa1d.zip |
vim-patch:8.2.3969: value of MAXCOL not available in Vim script
Problem: Value of MAXCOL not available in Vim script.
Solution: Add v:maxcol. (Naohiro Ono, closes vim/vim#9451)
https://github.com/vim/vim/commit/56200eed62e59ad831f6564dcafe346e6f97ac20
The variable is always 2147483647, but introducing it makes functions
easier to document.
Co-authored-by: naohiro ono <obcat@icloud.com>
Diffstat (limited to 'runtime/lua/man.lua')
0 files changed, 0 insertions, 0 deletions