Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2022-11-09 | 1 | -2/+2 |
| | |||||
* | patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826 | K.Takata | 2022-11-01 | 1 | -0/+37 |
| | | | | | | | Problem: If 'endofline' is set the CTRL-Z may be written in the wrong place. Solution: Write CTRL-Z at the end of the file. Update the help to explain the possibilities better. (Ken Takata, closes #11486) | ||||
* | patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270 | Bram Moolenaar | 2022-08-25 | 1 | -2/+0 |
| | | | | | Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature. | ||||
* | patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265 | Bram Moolenaar | 2022-08-25 | 1 | -4/+0 |
| | | | | | Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature. | ||||
* | release version 9.0v9.0.0000 | Bram Moolenaar | 2022-06-28 | 1 | -1/+1 |
| | | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere. | ||||
* | Update runtime files | Bram Moolenaar | 2022-06-26 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-04-18 | 1 | -3/+4 |
| | |||||
* | patch 8.2.4727: unused codev8.2.4727 | Dominique Pelle | 2022-04-10 | 1 | -1/+1 |
| | | | | | Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136) | ||||
* | Update runtime files | Bram Moolenaar | 2022-04-08 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2022-02-26 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-02-20 | 1 | -4/+4 |
| | |||||
* | patch 8.2.4343: when reloading not all properties are detectedv8.2.4343 | Rob Pilling | 2022-02-11 | 1 | -0/+5 |
| | | | | | Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579) | ||||
* | Update runtime files. | Bram Moolenaar | 2022-02-04 | 1 | -6/+4 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-23 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-16 | 1 | -2/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-08 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-12-27 | 1 | -1/+4 |
| | |||||
* | patch 8.2.3888: the argument list may contain duplicatesv8.2.3888 | Nir Lichtman | 2021-12-24 | 1 | -2/+9 |
| | | | | | Problem: The argument list may contain duplicates. Solution: Add the :argdedeupe command. (Nir Lichtman, closes #6235) | ||||
* | Update runtime files | Bram Moolenaar | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780 | Bakudankun | 2021-12-11 | 1 | -5/+6 |
| | | | | | Problem: ":cd" works differently on MS-Windows. Solution: Add the 'cdhome' option. (closes #9324) | ||||
* | Update runtime files | Bram Moolenaar | 2021-10-16 | 1 | -9/+14 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-10-04 | 1 | -2/+4 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-07-28 | 1 | -3/+6 |
| | |||||
* | patch 8.2.3219: :find searches non-existing directoriesv8.2.3219 | Christian Brabandt | 2021-07-25 | 1 | -0/+6 |
| | | | | | | Problem: :find searches non-existing directories. Solution: Check the path is not "..". Update help. (Christian Brabandt, closes #8612, closes #8533) | ||||
* | Update runtime files | Bram Moolenaar | 2021-05-30 | 1 | -4/+4 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-04-07 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-12-23 | 1 | -4/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-10-26 | 1 | -3/+7 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-08-30 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-07-10 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-06-07 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909 | Bram Moolenaar | 2020-06-05 | 1 | -0/+8 |
| | | | | | Problem: Cannot go back to the previous local directory. Solution: Add "tcd -" and "lcd -". (Yegappan Lakshmanan, closes #4362) | ||||
* | patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876 | Bram Moolenaar | 2020-06-01 | 1 | -0/+15 |
| | | | | | Problem: :pwd does not give a hint about the scope of the directory Solution: Make ":verbose pwd" show the scope. (Takuya Fujiwara, closes #5469) | ||||
* | Update runtime files | Bram Moolenaar | 2020-05-12 | 1 | -18/+25 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-12-26 | 1 | -17/+21 |
| | |||||
* | patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017 | Bram Moolenaar | 2019-12-17 | 1 | -7/+7 |
| | | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368) | ||||
* | 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 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-09-27 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-09-07 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-05-09 | 1 | -18/+8 |
| | |||||
* | patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280 | Bram Moolenaar | 2019-05-05 | 1 | -58/+35 |
| | | | | | | | | 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.1218: cannot set a directory for a tab pagev8.1.1218 | Bram Moolenaar | 2019-04-27 | 1 | -12/+33 |
| | | | | | Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212) | ||||
* | Update runtime files. | Bram Moolenaar | 2018-12-18 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | Updated runtime and language files. | Bram Moolenaar | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | Vim 8.1 releasev8.1.0000 | Bram Moolenaar | 2018-05-17 | 1 | -1/+1 |
| | | | | Update version number and information. Fix a couple of tests. |