Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2020-03-19 | 1 | -1/+3 |
| | |||||
* | patch 8.2.0385: menu functionality insufficiently testedv8.2.0385 | Bram Moolenaar | 2020-03-15 | 1 | -1/+3 |
| | | | | | Problem: Menu functionality insufficiently tested. Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760) | ||||
* | patch 8.2.0320: no Haiku supportv8.2.0320 | Bram Moolenaar | 2020-02-26 | 1 | -0/+1 |
| | | | | | Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605) | ||||
* | patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017 | Bram Moolenaar | 2019-12-17 | 1 | -3/+1 |
| | | | | | | 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 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-11-17 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-11-10 | 1 | -3/+4 |
| | |||||
* | Runtime files update. | Bram Moolenaar | 2019-08-31 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-05-26 | 1 | -23/+21 |
| | |||||
* | patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280 | Bram Moolenaar | 2019-05-05 | 1 | -2/+1 |
| | | | | | | | | 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.1224: MS-Windows: cannot specify font weightv8.1.1224 | Bram Moolenaar | 2019-04-28 | 1 | -5/+138 |
| | | | | | | Problem: MS-Windows: cannot specify font weight. Solution: Add the "W" option to 'guifont'. (closes #4309) Move GUI font explanation out of options.txt. | ||||
* | patch 8.1.0695: internal error when using :popupv8.1.0695 | Bram Moolenaar | 2019-01-06 | 1 | -2/+4 |
| | | | | | | Problem: Internal error when using :popup. Solution: When a menu only exists in Terminal mode give an error. (Naruhiko Nishino, closes #3765) | ||||
* | Update runtime files. | Bram Moolenaar | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487 | Bram Moolenaar | 2018-10-19 | 1 | -12/+30 |
| | | | | | Problem: No menus specifically for the terminal window. Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test. | ||||
* | Update runtime files. | Bram Moolenaar | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Vim 8.1 releasev8.1.0000 | Bram Moolenaar | 2018-05-17 | 1 | -1/+1 |
| | | | | Update version number and information. Fix a couple of tests. | ||||
* | Update runtime files. | Bram Moolenaar | 2018-03-09 | 1 | -3/+11 |
| | |||||
* | patch 8.0.1279: initializing menus can be slowv8.0.1279 | Bram Moolenaar | 2017-11-09 | 1 | -1/+12 |
| | | | | | | Problem: Initializing menus can be slow, especially when there are many keymaps, color schemes, etc. Solution: Do the globbing for runtime files lazlily. (Ken Takata) | ||||
* | Update runtime files. | Bram Moolenaar | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Long overdue runtime update. | Bram Moolenaar | 2017-11-02 | 1 | -1/+6 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2017-09-27 | 1 | -5/+11 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-09-19 | 1 | -4/+7 |
| | |||||
* | patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123 | Bram Moolenaar | 2017-09-17 | 1 | -1/+22 |
| | | | | | Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar. | ||||
* | Update runtime files | Bram Moolenaar | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | Documentation updates. | Bram Moolenaar | 2017-07-23 | 1 | -2/+3 |
| | |||||
* | Vim 8.0 releasev8.0.0000 | Bram Moolenaar | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | patch 7.4.1402v7.4.1402 | Bram Moolenaar | 2016-02-23 | 1 | -4/+7 |
| | | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) | ||||
* | Updated runtime files. | Bram Moolenaar | 2014-03-08 | 1 | -2/+6 |
| | |||||
* | release version 7.4v7.4 | Bram Moolenaar | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Update files for the 7.4b BETA release.v7.4b.000 | Bram Moolenaar | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Vim 7.4a BETA release.v7.4a | Bram Moolenaar | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | updated for version 7.3.1178v7.3.1178 | Bram Moolenaar | 2013-06-12 | 1 | -4/+10 |
| | | | | | Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens) | ||||
* | Updated runtime files. | Bram Moolenaar | 2011-09-14 | 1 | -1/+10 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2010-11-16 | 1 | -21/+21 |
| | |||||
* | Last changes for the 7.3 release!v7.3 | Bram Moolenaar | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | Version 7.3f -> 7.3g | Bram Moolenaar | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | Version 7.3e -> 7.3f. | Bram Moolenaar | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | 7.3d -> 7.3e. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Version 7.3c -> 7.3d | Bram Moolenaar | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | 7.3b -> 7.3c | Bram Moolenaar | 2010-07-25 | 1 | -1/+1 |
| | |||||
* | Vim 7.3a -> 7.3b. | Bram Moolenaar | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | Add the settabvar() and gettabvar() functions. | Bram Moolenaar | 2010-05-22 | 1 | -1/+1 |
| | | | | Various runtime file updates. | ||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2010-05-14 | 1 | -3/+3 |
| | |||||
* | Update documentation files. | Bram Moolenaar | 2010-01-06 | 1 | -6/+8 |
| | |||||
* | updated for version 7.2-000v7.2.000v7.2 | Bram Moolenaar | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2c-000v7.2c.000 | Bram Moolenaar | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -1/+1 |
| |