summaryrefslogtreecommitdiffstats
path: root/src/version.c
AgeCommit message (Expand)Author
2023-02-27patch 9.0.1361: extendnew() not sufficiently testedv9.0.1361zeertzjq
2023-02-27patch 9.0.1360: Cue files are not recognizedv9.0.1360Amaan Qureshi
2023-02-27patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan
2023-02-27patch 9.0.1358: compilation error with some compilersv9.0.1358Bram Moolenaar
2023-02-26patch 9.0.1357: using null_object results in an internal errorv9.0.1357Bram Moolenaar
2023-02-26patch 9.0.1356: cannot cancel "gr" with Escv9.0.1356zeertzjq
2023-02-25patch 9.0.1355: no error when declaring a class twicev9.0.1355Bram Moolenaar
2023-02-25patch 9.0.1354: "gr CTRL-G" stays in virtual replace modev9.0.1354Bram Moolenaar
2023-02-25patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan
2023-02-24patch 9.0.1352: "ignore" files are outdatedv9.0.1352K.Takata
2023-02-24patch 9.0.1351: Dhall files are not recognizedv9.0.1351Amaan Qureshi
2023-02-24patch 9.0.1350: CPON files are not recognizedv9.0.1350Amaan Qureshi
2023-02-23patch 9.0.1349: "gr" with a count failsv9.0.1349Bram Moolenaar
2023-02-23patch 9.0.1348: Un-grammar files are not recognizedv9.0.1348Amaan Qureshi
2023-02-23patch 9.0.1347: "gr CTRL-O" stays in Insert modev9.0.1347Bram Moolenaar
2023-02-23patch 9.0.1346: Starlark files are not recognizedv9.0.1346Amaan Qureshi
2023-02-23patch 9.0.1345: too many "else if" statements for handling optionsv9.0.1345Yegappan Lakshmanan
2023-02-23patch 9.0.1344: check for OSC escape sequence doesn't workv9.0.1344Bram Moolenaar
2023-02-23patch 9.0.1343: check for OSC escape sequence doesn't workv9.0.1343Johan Mattsson
2023-02-23patch 9.0.1342: MS-Windows: linking may fail with space in directory namev9.0.1342zhihaoy
2023-02-22patch 9.0.1341: build error with mzscheme but without GUIv9.0.1341K.Takata
2023-02-22patch 9.0.1340: Coverity warns for using NULL pointerv9.0.1340Bram Moolenaar
2023-02-21patch 9.0.1339: no test for :disassemble with class functionv9.0.1339Bram Moolenaar
2023-02-21patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar
2023-02-21patch 9.0.1337: yuck files are not recognizedv9.0.1337Amaan Qureshi
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-21patch 9.0.1335: no test for bad use of spaces in help filesv9.0.1335h-east
2023-02-21patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar
2023-02-20patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script IDv9.0.1333Bram Moolenaar
2023-02-20patch 9.0.1332: crash when using buffer-local user command in cmdline windowv9.0.1332zeertzjq
2023-02-20patch 9.0.1331: illegal memory access when using :ball in Visual modev9.0.1331Pavel Mayorov
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-02-19patch 9.0.1329: completion of map includes simplified onesv9.0.1329zeertzjq
2023-02-19patch 9.0.1328: error when using "none" for GUI color is confusingv9.0.1328Bram Moolenaar
2023-02-19patch 9.0.1327: cursor in wrong position below line with virtual text belowv9.0.1327Bram Moolenaar
2023-02-19patch 9.0.1326: relative line number not updated with virtual text abovev9.0.1326Bram Moolenaar
2023-02-19patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text abovev9.0.1325Bram Moolenaar
2023-02-18patch 9.0.1324: "gj" and "gk" do not move correctly over a closed foldv9.0.1324Luuk van Baal
2023-02-18patch 9.0.1323: build failure with +eval featurev9.0.1323Bram Moolenaar
2023-02-18patch 9.0.1322: crash when indexing "any" which is an objectv9.0.1322Bram Moolenaar
2023-02-18patch 9.0.1321: vimscript test fails where using {expr} syntaxv9.0.1321Bram Moolenaar
2023-02-18patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar
2023-02-18patch 9.0.1319: PRQL files are not recognizedv9.0.1319Matthias Queitsch
2023-02-17patch 9.0.1318: code style test failsv9.0.1318Bram Moolenaar
2023-02-17patch 9.0.1317: crash when using an unset object variablev9.0.1317Bram Moolenaar
2023-02-17patch 9.0.1316: MS-Windows: vimfiles dir created with admin groupv9.0.1316Christopher Plewright
2023-02-17patch 9.0.1315: escaping for completion of map command not properly testedv9.0.1315zeertzjq
2023-02-16patch 9.0.1314: :messages behavior depends on 'fileformat' of current bufferv9.0.1314cero1988
2023-02-15patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata
2023-02-15patch 9.0.1312: Cursor position wrong when splitting window in insert modev9.0.1312Luuk van Baal