summaryrefslogtreecommitdiffstats
path: root/src/errors.h
AgeCommit message (Expand)Author
2023-05-27patch 9.0.1581: translation does not work for plural argumentv9.0.1581Bram Moolenaar
2023-05-25patch 9.0.1579: some error messages are not translatedv9.0.1579RestorerZ
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-05-14patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558Bram Moolenaar
2023-05-06patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq
2023-05-05patch 9.0.1510: misleading variable name for error messagev9.0.1510Bram Moolenaar
2023-04-22patch 9.0.1477: crash when recovering from corrupted swap filev9.0.1477Bram Moolenaar
2023-04-13patch 9.0.1450: MacOS: building fails if clock_gettime() is not availablev9.0.1450Bram Moolenaar
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-03-03patch 9.0.1375: crash when getting member of obj of unknown classv9.0.1375Ernie Rael
2023-02-26patch 9.0.1357: using null_object results in an internal errorv9.0.1357Bram Moolenaar
2023-02-19patch 9.0.1328: error when using "none" for GUI color is confusingv9.0.1328Bram Moolenaar
2023-02-17patch 9.0.1317: crash when using an unset object variablev9.0.1317Bram Moolenaar
2023-01-27patch 9.0.1249: cannot export an abstract classv9.0.1249Bram Moolenaar
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