Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-25 | patch 7.4.1416 | Bram Moolenaar | |
Problem: Using "u_char" intead of "char_u", which doesn't work everywhere. (Jörg Plate) Solution: Use "char_u" always. | |||
2016-01-30 | patch 7.4.1208 | 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-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-05-24 | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | |
A few minor changes. | |||
2010-01-06 | updated for version 7.2.327 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2005-08-01 | updated for version 7.0121 | Bram Moolenaar | |
2005-05-19 | updated for version 7.0073 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |