Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | patch 8.0.0075 | Bram Moolenaar | |
Problem: Using number for exception type lacks type checking. Solution: Use an enum. | |||
2016-01-19 | patch 7.4.1133 | Bram Moolenaar | |
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | |||
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) | |||
2007-05-05 | updated for version 7.1a | Bram Moolenaar | |
2006-03-24 | updated for version 7.0b | Bram Moolenaar | |
2005-01-06 | updated for version 7.0032 | Bram Moolenaar | |
2005-01-05 | updated for version 7.0031 | Bram Moolenaar | |
2004-09-13 | updated for version 7.0016 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |