summaryrefslogtreecommitdiffstats
path: root/src/errors.h
AgeCommit message (Expand)Author
2022-05-06patch 8.2.4890: inconsistent capitalization in error messagesv8.2.4890Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-05-04patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-04-17patch 8.2.4774: crash when using a number for lambda namev8.2.4774Bram Moolenaar
2022-04-10patch 8.2.4727: unused codev8.2.4727Dominique Pelle
2022-04-09patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy
2022-04-04patch 8.2.4688: new regexp engine does not give an error for "\%v"v8.2.4688Bram Moolenaar
2022-03-31patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar
2022-03-21patch 8.2.4604: error for redefining a script item may be confusingv8.2.4604Bram Moolenaar
2022-03-16patch 8.2.4582: useless code handling a type declarationv8.2.4582Bram Moolenaar
2022-03-15patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar
2022-03-05patch 8.2.4516: build failure without the +eval featurev8.2.4516Bram Moolenaar
2022-03-05patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar
2022-03-05patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514Bram Moolenaar
2022-03-05patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar
2022-03-05patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar
2022-03-04patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar
2022-03-04patch 8.2.4505: Vim9: outdated "autocmd nested" still worksv8.2.4505Bram Moolenaar
2022-03-03patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar
2022-02-23patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar
2022-02-17patch 8.2.4408: Vim9: some code not covered by testsv8.2.4408Bram Moolenaar
2022-02-15patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar
2022-02-14patch 8.2.4385: cannot build tiny versionv8.2.4385Bram Moolenaar
2022-02-14patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar
2022-02-13patch 8.2.4371: Vim9: can create a script variable from a legacy functionv8.2.4371Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-08patch 8.2.4330: Vim9: no error if script imports itselfv8.2.4330Bram Moolenaar
2022-02-07patch 8.2.4324: Vim9: script-local function name can start with "_"v8.2.4324Bram Moolenaar
2022-02-07patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation failsv8.2.4317Bram Moolenaar
2022-02-03patch 8.2.4291: error number used twicev8.2.4291Bram Moolenaar
2022-01-30patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar
2022-01-28patch 8.2.4246: one error message not in errors.hv8.2.4246Bram Moolenaar
2022-01-28patch 8.2.4240: error for using flatten() in Vim9 script is unclearv8.2.4240Bram Moolenaar
2022-01-27patch 8.2.4234: test_garbagecollect_now() does not check v:testingv8.2.4234Bram Moolenaar
2022-01-26patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar
2022-01-24patch 8.2.4206: condition with many "(" causes a crashv8.2.4206Bram Moolenaar
2022-01-21patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar
2022-01-20patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar
2022-01-19patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar
2022-01-18patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar
2022-01-16patch 8.2.4115: cannot use a method with a complex expressionv8.2.4115Bram Moolenaar
2022-01-16patch 8.2.4105: translation related comment in the wrong placev8.2.4105K.Takata
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-09patch 8.2.4047: depending on the build features error messages are unusedv8.2.4047Dominique Pelle
2022-01-08patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar
2022-01-08patch 8.2.4044: Vim9: no error when importing the same script twicev8.2.4044Bram Moolenaar
2022-01-07patch 8.2.4025: error for import not ending in .vim does not work for .vimrcv8.2.4025Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-06patch 8.2.4015: build failure with tiny featuresv8.2.4015Bram Moolenaar