Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | patch 8.0.0705: crash when there is an error in a timer callback | Bram Moolenaar | |
Problem: Crash when there is an error in a timer callback. (Aron Griffis, Ozaki Kiichi) Solution: Check did_throw before discarding an exception. NULLify current_exception when no longer valid. | |||
2016-11-10 | patch 8.0.0075 | Bram Moolenaar | |
Problem: Using number for exception type lacks type checking. Solution: Use an enum. | |||
2016-11-10 | patch 8.0.0074 | Bram Moolenaar | |
Problem: Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where. | |||
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-03-06 | patch 7.4.1500 | Bram Moolenaar | |
Problem: Should_free flag set to FALSE. Solution: Set it to TRUE. (Neovim 4415) | |||
2016-02-07 | patch 7.4.1282 | Bram Moolenaar | |
Problem: Crash when evaluating the pattern of ":catch" causes an error. (Dominique Pelle) Solution: Block error messages at this point. | |||
2016-01-30 | patch 7.4.1206 | Bram Moolenaar | |
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | |||
2016-01-29 | patch 7.4.1197 | Bram Moolenaar | |
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | |||
2013-11-28 | updated for version 7.4.107 | Bram Moolenaar | |
Problem: Python: When vim.eval() encounters a Vim error, a try/catch in the Python code doesn't catch it. (Yggdroot Chen) Solution: Throw exceptions on errors in vim.eval(). (ZyX) | |||
2013-06-08 | updated for version 7.3.1149 | Bram Moolenaar | |
Problem: New regexp engine: Matching plain text could be faster. Solution: Detect a plain text match and handle it specifically. Add vim_regfree(). | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2009-05-16 | updated for version 7.2-177 | Bram Moolenaar | |
2007-11-24 | updated for version 7.1-162 | Bram Moolenaar | |
2007-08-01 | updated for version 7.1-047 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2006-11-28 | updated for version 7.0-172 | Bram Moolenaar | |
2006-04-22 | updated for version 7.0e06 | Bram Moolenaar | |
2006-04-21 | updated for version 7.0e05 | Bram Moolenaar | |
2006-04-17 | updated for version 7.0e01 | Bram Moolenaar | |
2005-06-25 | updated for version 7.0093 | Bram Moolenaar | |
2005-05-31 | updated for version 7.0077 | Bram Moolenaar | |
2005-05-19 | updated for version 7.0073 | Bram Moolenaar | |
2005-01-17 | updated for version 7.0041 | Bram Moolenaar | |
2005-01-06 | updated for version 7.0032 | Bram Moolenaar | |
2005-01-05 | updated for version 7.0031 | Bram Moolenaar | |
2005-01-04 | updated for version 7.0030 | Bram Moolenaar | |
2004-12-09 | updated for version 7.0021 | Bram Moolenaar | |
2004-09-13 | updated for version 7.0016 | Bram Moolenaar | |
2004-09-02 | updated for version 7.0014 | Bram Moolenaar | |
2004-07-29 | updated for version 7.0013 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |