Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763 | Bram Moolenaar | 2019-01-17 | 1 | -1112/+0 |
| | | | | | Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support. | ||||
* | patch 8.1.0744: compiler warnings for signed/unsigned stringsv8.1.0744 | Bram Moolenaar | 2019-01-13 | 1 | -3/+3 |
| | | | | | Problem: Compiler warnings for signed/unsigned strings. Solution: A few more type cast fixes. | ||||
* | patch 8.1.0443: unnecessary static function prototypesv8.1.0443 | Bram Moolenaar | 2018-09-30 | 1 | -12/+13 |
| | | | | | Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes. | ||||
* | patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312 | Bram Moolenaar | 2017-11-18 | 1 | -1/+1 |
| | | | | | | Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file. | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.1416v7.4.1416 | Bram Moolenaar | 2016-02-25 | 1 | -1/+1 |
| | | | | | | Problem: Using "u_char" intead of "char_u", which doesn't work everywhere. (Jörg Plate) Solution: Use "char_u" always. | ||||
* | patch 7.4.1208v7.4.1208 | Bram Moolenaar | 2016-01-30 | 1 | -3/+3 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | updated for version 7.3.087v7.3.087 | Bram Moolenaar | 2010-12-17 | 1 | -1/+0 |
| | | | | | Problem: EINTR is not always defined. Solution: Include errno.h in vim.h. | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -111/+1 |
| | |||||
* | Add the conceal patch from Vince Negri. | Bram Moolenaar | 2010-06-05 | 1 | -13/+14 |
| | |||||
* | Optimize the blowfish crypt/decrypt code a bit more. | Bram Moolenaar | 2010-06-02 | 1 | -13/+13 |
| | |||||
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 1 | -1/+1 |
| | | | | A few minor changes. | ||||
* | updated for version 7.2.327v7.2.327 | Bram Moolenaar | 2010-01-06 | 1 | -12/+22 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -1/+0 |
| | |||||
* | updated for version 7.0121 | Bram Moolenaar | 2005-08-01 | 1 | -1/+0 |
| | |||||
* | updated for version 7.0073 | Bram Moolenaar | 2005-05-19 | 1 | -18/+33 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+1198 |