summaryrefslogtreecommitdiff
path: root/src/errors.h
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-2/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-7/+1
* patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar2022-10-021-0/+2
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0509: confusing error for "saveas" command with "nofile" bufferv9.0.0509Bram Moolenaar2022-09-201-2/+2
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-191-0/+4
* patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visiblev9.0.0500Bram Moolenaar2022-09-181-1/+1
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-16/+3
* patch 9.0.0489: using "end_lnum" with virtual text causes problemsv9.0.0489Bram Moolenaar2022-09-171-0/+4
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-111-0/+2
* patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar2022-09-101-0/+2
* patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata2022-09-101-2/+2
* patch 9.0.0432: crash when using for loop variable in closurev9.0.0432Bram Moolenaar2022-09-091-0/+2
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-0/+2
* patch 9.0.0390: cannot use a partial with :deferv9.0.0390Bram Moolenaar2022-09-051-0/+4
* patch 9.0.0389: crash when 'tagfunc' closes the windowv9.0.0389Bram Moolenaar2022-09-051-0/+2
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-0/+4
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-0/+2
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-251-2/+0
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-4/+0
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-1/+1
* patch 9.0.0250: slightly inconsistent error messagesv9.0.0250Bram Moolenaar2022-08-231-1/+1
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-231-0/+4
* patch 9.0.0233: removing multiple text properties takes many callsv9.0.0233Ben Jackson2022-08-201-2/+6
* patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar2022-08-201-4/+4
* patch 9.0.0188: strange effects when using "text_align" with non-zero columnv9.0.0188Bram Moolenaar2022-08-101-0/+2
* patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar2022-08-061-2/+2
* patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar2022-08-061-2/+2
* patch 9.0.0091: duplicate error numberv9.0.0091Bram Moolenaar2022-07-271-1/+1
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-0/+4
* patch 9.0.0064: confusing error when using "q:" in command line windowv9.0.0064Bram Moolenaar2022-07-241-0/+4
* patch 9.0.0058: Win32: cannot test low level eventsv9.0.0058Yegappan Lakshmanan2022-07-231-0/+2
* patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar2022-06-211-0/+4
* 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