summaryrefslogtreecommitdiffstats
path: root/src/errors.h
AgeCommit message (Expand)Author
2022-10-31patch 9.0.0820: memory leak with empty shell commandv9.0.0821Bram Moolenaar
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-10-02patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-20patch 9.0.0509: confusing error for "saveas" command with "nofile" bufferv9.0.0509Bram Moolenaar
2022-09-19patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar
2022-09-18patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visiblev9.0.0500Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-17patch 9.0.0489: using "end_lnum" with virtual text causes problemsv9.0.0489Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-09-10patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar
2022-09-10patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata
2022-09-09patch 9.0.0432: crash when using for loop variable in closurev9.0.0432Bram Moolenaar
2022-09-09patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun
2022-09-05patch 9.0.0390: cannot use a partial with :deferv9.0.0390Bram Moolenaar
2022-09-05patch 9.0.0389: crash when 'tagfunc' closes the windowv9.0.0389Bram Moolenaar
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-25patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-08-23patch 9.0.0250: slightly inconsistent error messagesv9.0.0250Bram Moolenaar
2022-08-23patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar
2022-08-20patch 9.0.0233: removing multiple text properties takes many callsv9.0.0233Ben Jackson
2022-08-20patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar
2022-08-10patch 9.0.0188: strange effects when using "text_align" with non-zero columnv9.0.0188Bram Moolenaar
2022-08-06patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar
2022-08-06patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar
2022-07-27patch 9.0.0091: duplicate error numberv9.0.0091Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-07-24patch 9.0.0064: confusing error when using "q:" in command line windowv9.0.0064Bram Moolenaar
2022-07-23patch 9.0.0058: Win32: cannot test low level eventsv9.0.0058Yegappan Lakshmanan
2022-06-21patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-29patch 8.2.5039: confusing error if first argument of popup_create() is wrongv8.2.5039Bram Moolenaar
2022-05-27patch 8.2.5033: build error with +eval but without +quickfixv8.2.5033Bram Moolenaar
2022-05-27patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-22patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan
2022-05-18patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt
2022-05-10patch 8.2.4933: a few more capitalization mistakes in error messagesv8.2.4933Bram Moolenaar
2022-05-08patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar
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