Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2022-03-08 | 1 | -1/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2022-02-26 | 1 | -2/+2 |
| | |||||
* | patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457 | Bram Moolenaar | 2022-02-23 | 1 | -0/+1 |
| | | | | | Problem: The GPM library can only be linked statically. Solution: Make it possible to load the GPM library dynamically. (Damien) | ||||
* | Update runtime files. | Bram Moolenaar | 2022-02-04 | 1 | -5/+5 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-16 | 1 | -9/+9 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-08 | 1 | -3/+3 |
| | |||||
* | patch 8.2.3979: Vim9: the feature is not mentioned in the right placesv8.2.3979 | Bram Moolenaar | 2022-01-02 | 1 | -1/+2 |
| | | | | | Problem: Vim9: the feature is not mentioned in the right places. Solution: Add +vim9script to the help and :version output. | ||||
* | Update runtime files | Bram Moolenaar | 2021-12-24 | 1 | -8/+11 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-12-16 | 1 | -2/+2 |
| | |||||
* | patch 8.2.3795: too many #ifdefsv8.2.3795 | Bram Moolenaar | 2021-12-13 | 1 | -1/+1 |
| | | | | | Problem: Too many #ifdefs. Solution: Graduate the jumplist feature. | ||||
* | Update runtime files | Bram Moolenaar | 2021-12-05 | 1 | -6/+6 |
| | |||||
* | patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699 | Bram Moolenaar | 2021-11-29 | 1 | -1/+1 |
| | | | | | Problem: The +title feature adds a lot of #ifdef but little code. Solution: Graduate the +title feature. | ||||
* | Update runtime files | Bram Moolenaar | 2021-10-16 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-09-09 | 1 | -2/+2 |
| | |||||
* | patch 8.2.3400: ":z!" is not supportedv8.2.3400 | Dominique Pelle | 2021-09-04 | 1 | -3/+8 |
| | | | | | | Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pellé, closes #8836) Use display height instead of current window height. | ||||
* | patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022 | Christian Brabandt | 2021-06-20 | 1 | -0/+1 |
| | | | | | | Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394) | ||||
* | Update runtime files | Bram Moolenaar | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-03-31 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | patch 8.2.2440: documentation based on patches is outdatedv8.2.2440 | Bram Moolenaar | 2021-01-31 | 1 | -2/+3 |
| | | | | | Problem: Documentation based on patches is outdated. Solution: Add changes to documentation in a patch. | ||||
* | Update runtime files. | Bram Moolenaar | 2021-01-18 | 1 | -2/+5 |
| | |||||
* | patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366 | Bram Moolenaar | 2021-01-16 | 1 | -2/+2 |
| | | | | | | Problem: When using ":sleep" the cursor is always displayed. Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner, closes #7688) | ||||
* | Update runtime files | Bram Moolenaar | 2020-11-21 | 1 | -11/+13 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-08-30 | 1 | -7/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963 | Bram Moolenaar | 2020-06-12 | 1 | -1/+1 |
| | | | | | | Problem: Number increment/decrement does not work with 'virtualedit'. Solution: Handle coladd changing. (Christian Brabandt, closes #6240, closes #923) | ||||
* | Update runtime files | Bram Moolenaar | 2020-06-07 | 1 | -5/+11 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | patch 8.2.0557: no IPv6 support for channelsv8.2.0557 | Bram Moolenaar | 2020-04-12 | 1 | -0/+1 |
| | | | | | Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893) | ||||
* | Update runtime files | Bram Moolenaar | 2020-03-19 | 1 | -1/+2 |
| | |||||
* | patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296 | Bram Moolenaar | 2020-02-22 | 1 | -2/+4 |
| | | | | | | Problem: Mixing up "long long" and __int64 may cause problems. (John Marriott) Solution: Pass varnumber_T to vim_snprintf(). Add v:numbersize. | ||||
* | Update runtime files. | Bram Moolenaar | 2019-12-26 | 1 | -2/+2 |
| | |||||
* | Vim 8.2 releasev8.2.0000v8.2.0 | Bram Moolenaar | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2019-12-07 | 1 | -6/+6 |
| | |||||
* | Update a few runtime files | Bram Moolenaar | 2019-12-03 | 1 | -5/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | patch 8.1.2221: cannot filter :disp outputv8.1.2221 | Bram Moolenaar | 2019-10-26 | 1 | -0/+2 |
| | | | | | Problem: Cannot filter :disp output. Solution: Support filtereing :disp output. (Andi Massimino, closes #5117) | ||||
* | patch 8.1.2096: too many #ifdefsv8.1.2096 | Bram Moolenaar | 2019-09-28 | 1 | -2/+2 |
| | | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS. | ||||
* | Update runtime files | Bram Moolenaar | 2019-09-07 | 1 | -2/+2 |
| | |||||
* | Runtime files update. | Bram Moolenaar | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-08-17 | 1 | -2/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-07-31 | 1 | -2/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-06-10 | 1 | -1/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307 | Bram Moolenaar | 2019-05-09 | 1 | -0/+15 |
| | | | | | Problem: Cannot reconnect to the X server after it restarted. Solution: Add the :xrestore command. (Adrian Kocis, closes #844) | ||||
* | patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280 | Bram Moolenaar | 2019-05-05 | 1 | -23/+12 |
| | | | | | | | | Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements. | ||||
* | patch 8.1.1221: filtering does not work when listing marksv8.1.1221 | Bram Moolenaar | 2019-04-27 | 1 | -11/+13 |
| | | | | | Problem: Filtering does not work when listing marks. Solution: Implement filtering marks. (Marcin Szamotulski, closes #3895) |