summaryrefslogtreecommitdiffstats
path: root/src/errors.h
AgeCommit message (Expand)Author
2023-01-20patch 9.0.1223: cannot use setcellwidths() below 0x100v9.0.1223K.Takata
2023-01-14patch 9.0.1198: abstract class not supported yetv9.0.1198Bram Moolenaar
2023-01-11patch 9.0.1179: not all errors around inheritance are testedv9.0.1179Bram Moolenaar
2023-01-11patch 9.0.1178: a child class cannot override functions from a base classv9.0.1178Bram Moolenaar
2023-01-08patch 9.0.1159: extends argument for class not implemented yetv9.0.1159Bram Moolenaar
2023-01-07patch 9.0.1157: "implements" only handles one interface namev9.0.1157Bram Moolenaar
2023-01-06patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar
2023-01-05patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2023-01-01patch 9.0.1128: build failurev9.0.1128Bram Moolenaar
2022-12-19patch 9.0.1077: can add text property with negative ID before virtual textv9.0.1077Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-16patch 9.0.1064: code for making 'shortmess' temporarily empty is repeatedv9.0.1064Christian Brabandt
2022-12-14patch 9.0.1060: private and public object members are not implemented yetv9.0.1060Bram Moolenaar
2022-12-13patch 9.0.1054: object member can't get type from initializerv9.0.1054Bram Moolenaar
2022-12-13patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-12-04patch 9.0.1003: tiny build failsv9.0.1003Bram Moolenaar
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-19patch 9.0.0907: restoring window after WinScrolled may failv9.0.0907Bram Moolenaar
2022-11-13patch 9.0.0877: using freed memory with :comclear while listing commandsv9.0.0877Bram Moolenaar
2022-11-13patch 9.0.0874: using freed memory when executing unmenu at more promptv9.0.0874Bram Moolenaar
2022-11-13patch 9.0.0873: using freed memory when executing mapclear at more promptv9.0.0873Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
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