summaryrefslogtreecommitdiffstats
path: root/src/ex_eval.c
AgeCommit message (Collapse)Author
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
Problem: Argument for message functions is inconsistent. Solution: Make first argument to msg() "char *".
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
Problem: Giving error messages is not flexible. Solution: Add semsg(). Change argument from "char_u *" to "char *", also for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes #3302) Also make emsg() accept a "char *" argument. Get rid of an enormous number of type casts.
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
2017-07-10patch 8.0.0705: crash when there is an error in a timer callbackv8.0.0705Bram 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-10patch 8.0.0075v8.0.0075Bram Moolenaar
Problem: Using number for exception type lacks type checking. Solution: Use an enum.
2016-11-10patch 8.0.0074v8.0.0074Bram 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-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-03-06patch 7.4.1500v7.4.1500Bram Moolenaar
Problem: Should_free flag set to FALSE. Solution: Set it to TRUE. (Neovim 4415)
2016-02-07patch 7.4.1282v7.4.1282Bram Moolenaar
Problem: Crash when evaluating the pattern of ":catch" causes an error. (Dominique Pelle) Solution: Block error messages at this point.
2016-01-30patch 7.4.1206v7.4.1206Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1197v7.4.1197Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2013-11-28updated for version 7.4.107v7.4.107Bram 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-08updated for version 7.3.1149v7.3.1149Bram 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-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2009-05-16updated for version 7.2-177v7.2.177Bram Moolenaar
2007-11-24updated for version 7.1-162v7.1.162Bram Moolenaar
2007-08-01updated for version 7.1-047v7.1.047Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-11-28updated for version 7.0-172v7.0.172Bram Moolenaar
2006-04-22updated for version 7.0e06v7.0e06Bram Moolenaar
2006-04-21updated for version 7.0e05v7.0e05Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2005-06-25updated for version 7.0093v7.0093Bram Moolenaar
2005-05-31updated for version 7.0077Bram Moolenaar
2005-05-19updated for version 7.0073Bram Moolenaar
2005-01-17updated for version 7.0041Bram Moolenaar
2005-01-06updated for version 7.0032Bram Moolenaar
2005-01-05updated for version 7.0031Bram Moolenaar
2005-01-04updated for version 7.0030Bram Moolenaar
2004-12-09updated for version 7.0021v7.0021Bram Moolenaar
2004-09-13updated for version 7.0016v7.0016Bram Moolenaar
2004-09-02updated for version 7.0014Bram Moolenaar
2004-07-29updated for version 7.0013Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar