summaryrefslogtreecommitdiff
path: root/src/errors.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-0/+12
* patch 8.2.5039: confusing error if first argument of popup_create() is wrongv8.2.5039Bram Moolenaar2022-05-291-0/+4
* patch 8.2.5033: build error with +eval but without +quickfixv8.2.5033Bram Moolenaar2022-05-271-2/+2
* patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan2022-05-271-3/+3
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-2/+1
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-0/+6
* patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt2022-05-181-0/+2
* patch 8.2.4933: a few more capitalization mistakes in error messagesv8.2.4933Bram Moolenaar2022-05-101-5/+5
* patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar2022-05-081-0/+4
* patch 8.2.4890: inconsistent capitalization in error messagesv8.2.4890Bram Moolenaar2022-05-061-151/+151
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+4
* patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar2022-05-041-0/+4
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-0/+2
* patch 8.2.4774: crash when using a number for lambda namev8.2.4774Bram Moolenaar2022-04-171-0/+4
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-12/+11
* patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy2022-04-091-0/+2
* patch 8.2.4688: new regexp engine does not give an error for "\%v"v8.2.4688Bram Moolenaar2022-04-041-1/+3
* patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar2022-03-311-2/+3
* patch 8.2.4604: error for redefining a script item may be confusingv8.2.4604Bram Moolenaar2022-03-211-1/+1
* patch 8.2.4582: useless code handling a type declarationv8.2.4582Bram Moolenaar2022-03-161-0/+2
* patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar2022-03-151-0/+4
* patch 8.2.4516: build failure without the +eval featurev8.2.4516Bram Moolenaar2022-03-051-1/+1
* patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar2022-03-051-0/+2
* patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514Bram Moolenaar2022-03-051-1/+1
* patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar2022-03-051-2/+2
* patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar2022-03-051-1/+2
* patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar2022-03-041-1/+2
* patch 8.2.4505: Vim9: outdated "autocmd nested" still worksv8.2.4505Bram Moolenaar2022-03-041-1/+4
* patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar2022-03-031-3/+4
* patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar2022-02-231-1/+2
* patch 8.2.4408: Vim9: some code not covered by testsv8.2.4408Bram Moolenaar2022-02-171-2/+1
* patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar2022-02-151-1/+2
* patch 8.2.4385: cannot build tiny versionv8.2.4385Bram Moolenaar2022-02-141-0/+2
* patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar2022-02-141-1/+2
* patch 8.2.4371: Vim9: can create a script variable from a legacy functionv8.2.4371Bram Moolenaar2022-02-131-0/+2
* patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar2022-02-121-1/+3
* patch 8.2.4330: Vim9: no error if script imports itselfv8.2.4330Bram Moolenaar2022-02-081-1/+2
* patch 8.2.4324: Vim9: script-local function name can start with "_"v8.2.4324Bram Moolenaar2022-02-071-0/+4
* patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation failsv8.2.4317Bram Moolenaar2022-02-071-0/+4
* patch 8.2.4291: error number used twicev8.2.4291Bram Moolenaar2022-02-031-3/+2
* patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar2022-01-301-2/+2
* patch 8.2.4246: one error message not in errors.hv8.2.4246Bram Moolenaar2022-01-281-1/+4
* patch 8.2.4240: error for using flatten() in Vim9 script is unclearv8.2.4240Bram Moolenaar2022-01-281-1/+1
* patch 8.2.4234: test_garbagecollect_now() does not check v:testingv8.2.4234Bram Moolenaar2022-01-271-1/+2
* patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar2022-01-261-4/+4
* patch 8.2.4206: condition with many "(" causes a crashv8.2.4206Bram Moolenaar2022-01-241-1/+6
* patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar2022-01-211-1/+2
* patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar2022-01-201-2/+1
* patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar2022-01-191-0/+2
* patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar2022-01-181-2/+1