Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-12 | patch 8.0.0448: some macros are in lower case | Bram Moolenaar | |
Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case. | |||
2016-09-25 | patch 8.0.0012 | Bram Moolenaar | |
Problem: Typos in comments. Solution: Change "its" to "it's". (Matthew Brener, closes #1088) | |||
2016-08-29 | patch 7.4.2293 | Bram Moolenaar | |
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | |||
2016-07-24 | patch 7.4.2101 | Bram Moolenaar | |
Problem: Looping over windows, buffers and tab pages is inconsistant. Solution: Use FOR_ALL_ macros everywhere. (Yegappan Lakshmanan) | |||
2016-01-30 | patch 7.4.1215 | Bram Moolenaar | |
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | |||
2010-12-17 | updated for version 7.3.087 | Bram Moolenaar | |
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h. | |||
2010-08-08 | Remove unused code. | Bram Moolenaar | |
2010-06-27 | Add file save counter to undo information. Add undotree() function. | Bram Moolenaar | |
2010-06-21 | Crypt the swapfile. | Bram Moolenaar | |
2010-06-05 | Add the conceal patch from Vince Negri. | Bram Moolenaar | |
2010-06-02 | Optimize the blowfish crypt/decrypt code a bit more. | Bram Moolenaar | |
2010-01-06 | updated for version 7.2.327 | Bram Moolenaar | |
2009-05-21 | updated for version 7.2-184 | Bram Moolenaar | |
2008-11-28 | updated for version 7.2-053 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2006-02-27 | updated for version 7.0208 | Bram Moolenaar | |
2005-08-01 | updated for version 7.0121 | Bram Moolenaar | |
2005-05-19 | updated for version 7.0073 | Bram Moolenaar | |
2005-03-07 | updated for version 7.0057 | Bram Moolenaar | |
2004-12-31 | updated for version 7.0027 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |