245 Commits

Author SHA1 Message Date
e1dc76fbf3 Update runtime files 2022-06-25 18:01:32 +01:00
835ee980ee patch 8.2.5000: no patch for documentation updates
Problem:    No patch for documentation updates.
Solution:   Update documentation files.
2022-05-22 14:50:16 +01:00
8e145b8246 patch 8.2.4993: smart/C/lisp indenting is optional
Problem:    smart/C/lisp indenting is optional, which makes the code more
            complex, while it only reduces the executable size a bit.
Solution:   Graduate FEAT_CINDENT, FEAT_SMARTINDENT and FEAT_LISP.
2022-05-21 20:17:31 +01:00
cbaff5e06e Update runtime files 2022-04-08 17:45:08 +01:00
1588bc8ebe Update runtime files 2022-03-08 21:35:07 +00:00
c51cf03298 Update runtime files. 2022-02-26 12:25:45 +00:00
33fc4a6307 patch 8.2.4457: the GPM library can only be linked statically
Problem:    The GPM library can only be linked statically.
Solution:   Make it possible to load the GPM library dynamically. (Damien)
2022-02-23 18:07:38 +00:00
a2baa73d1d Update runtime files. 2022-02-04 16:09:54 +00:00
fd31be29b8 Update runtime files 2022-01-16 14:46:06 +00:00
2f0936cb9a Update runtime files 2022-01-08 21:51:59 +00:00
a6feb163f0 patch 8.2.3979: Vim9: the feature is not mentioned in the right places
Problem:    Vim9: the feature is not mentioned in the right places.
Solution:   Add +vim9script to the help and :version output.
2022-01-02 12:06:33 +00:00
fa3b72348d Update runtime files 2021-12-24 13:18:38 +00:00
0e6adf8a29 Update runtime files 2021-12-16 14:41:10 +00:00
739f13a55b patch 8.2.3795: too many #ifdefs
Problem:    Too many #ifdefs.
Solution:   Graduate the jumplist feature.
2021-12-13 13:12:53 +00:00
4700398e38 Update runtime files 2021-12-05 21:54:04 +00:00
651fca85c7 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
Problem:    The +title feature adds a lot of #ifdef but little code.
Solution:   Graduate the +title feature.
2021-11-29 20:39:38 +00:00
2286304cdb Update runtime files 2021-10-16 15:23:36 +01:00
6c391a74fe Update runtime files 2021-09-09 21:55:11 +02:00
7f2dd1e90c patch 8.2.3400: ":z!" is not supported
Problem:    ":z!" is not supported.
Solution:   Make ":z!" work and add tests. (Dominique Pellé, closes #8836)
            Use display height instead of current window height.
2021-09-04 13:44:01 +02:00
f573c6e1ed patch 8.2.3022: available encryption methods are not strong enough
Problem:    Available encryption methods are not strong enough.
Solution:   Add initial support for xchaha20. (Christian Brabandt,
            closes #8394)
2021-06-20 14:02:16 +02:00
2346a63784 Update runtime files 2021-06-13 19:02:49 +02:00
dad4473f02 Update runtime files. 2021-03-31 20:07:33 +02:00
c8cdf0f80b Update runtime files. 2021-03-13 13:28:13 +01:00
853886722c patch 8.2.2440: documentation based on patches is outdated
Problem:    Documentation based on patches is outdated.
Solution:   Add changes to documentation in a patch.
2021-01-31 17:03:52 +01:00
98a29d00a4 Update runtime files. 2021-01-18 19:55:44 +01:00
e2edc2ed4a patch 8.2.2366: when using ":sleep" the cursor is always displayed
Problem:    When using ":sleep" the cursor is always displayed.
Solution:   Do not display the cursor when using ":sleep!". (Jeremy Lerner,
            closes #7688)
2021-01-16 20:21:23 +01:00
4466ad6baa Update runtime files 2020-11-21 13:16:30 +01:00
207f009326 Update runtime files. 2020-08-30 17:20:20 +02:00
7ff78465f7 Update runtime files 2020-07-10 22:00:53 +02:00
6c6be9e88d patch 8.2.0963: number increment/decrement does not work with 'virtualedit'
Problem:    Number increment/decrement does not work with 'virtualedit'.
Solution:   Handle coladd changing. (Christian Brabandt, closes #6240,
            closes #923)
2020-06-12 20:19:44 +02:00
acc2240640 Update runtime files 2020-06-07 21:07:18 +02:00
2c7f8c574f Update runtime files 2020-04-20 19:52:53 +02:00
bfe13ccc58 patch 8.2.0557: no IPv6 support for channels
Problem:    No IPv6 support for channels.
Solution:   Add IPv6 support. (Ozaki Kiichi, closes #5893)
2020-04-12 17:53:12 +02:00
ff78155aa1 Update runtime files 2020-03-19 20:37:11 +01:00
f9706e9df0 patch 8.2.0296: mixing up "long long" and __int64 may cause problems
Problem:    Mixing up "long long" and __int64 may cause problems. (John
            Marriott)
Solution:   Pass varnumber_T to vim_snprintf().  Add v:numbersize.
2020-02-22 14:27:04 +01:00
5666fcd0bd Update runtime files. 2019-12-26 14:35:26 +01:00
98056533b9 Vim 8.2 release 2019-12-12 14:18:35 +01:00
664f3cf3f2 Runtime file updates. 2019-12-07 16:03:51 +01:00
4ceaa3a6e0 Update a few runtime files 2019-12-03 22:49:09 +01:00
96f45c0b6f Update runtime files 2019-10-26 19:53:45 +02:00
8fc4296436 patch 8.1.2221: cannot filter :disp output
Problem:    Cannot filter :disp output.
Solution:   Support filtereing :disp output. (Andi Massimino, closes #5117)
2019-10-26 17:33:13 +02:00
8c96af9c05 patch 8.1.2096: too many #ifdefs
Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_COMMENTS.
2019-09-28 19:05:57 +02:00
30e9b3c425 Update runtime files 2019-09-07 16:24:12 +02:00
06fe74aef7 Runtime files update. 2019-08-31 16:20:32 +02:00
56c860c315 Update runtime files. 2019-08-17 20:09:31 +02:00
088e8e3443 Update runtime files. 2019-08-08 22:15:18 +02:00
5477506a9f Update runtime files. 2019-07-31 21:07:14 +02:00
12ee7ff00b Update runtime files 2019-06-10 22:47:40 +02:00
61da1bfa6c Update runtime files. 2019-06-06 12:14:49 +02:00
68e6560b84 Update runtime files. 2019-05-26 21:33:31 +02:00