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 /src/version.c | |
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 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5f9e63904..c480380b7 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3969, +/**/ 3968, /**/ 3967, |