naohiro ono
|
56200eed62
|
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 #9451)
|
2022-01-01 14:59:44 +00:00 |
|
Bram Moolenaar
|
04fb916684
|
Update runtime files
|
2021-12-30 20:24:12 +00:00 |
|
Bram Moolenaar
|
8b6256f6ec
|
patch 8.2.3919: Vim9: wrong argument for append() results in two errors
Problem: Vim9: wrong argument for append() results in two errors.
Solution: Check did_emsg. Also for setline(). Adjust the help for
appendbufline().
|
2021-12-28 11:24:49 +00:00 |
|
Bram Moolenaar
|
1cae5a0a03
|
patch 8.2.3917: the eval.txt help file is way too big
Problem: The eval.txt help file is way too big.
Solution: Move the builtin function details to a separate file.
|
2021-12-27 21:28:34 +00:00 |
|