summaryrefslogtreecommitdiffstats
path: root/src/version.c
AgeCommit message (Expand)Author
2022-09-09patch 9.0.0426: failed flaky tests reports only start timev9.0.0426Bram Moolenaar
2022-09-09patch 9.0.0425: autocmd test is a bit flaky on MS-Windowsv9.0.0425Bram Moolenaar
2022-09-09patch 9.0.0424: gitattributes files are not recognizedv9.0.0424ObserverOfTime
2022-09-09patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar
2022-09-09patch 9.0.0422: not enough testing of the :all commandv9.0.0422Yegappan Lakshmanan
2022-09-09patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata
2022-09-08patch 9.0.0420: function went missingv9.0.0420Bram Moolenaar
2022-09-08patch 9.0.0419: the :defer command does not check the function argumentsv9.0.0419Bram Moolenaar
2022-09-08patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar
2022-09-08patch 9.0.0417: Jsonnet files are not recognizedv9.0.0417=?UTF-8?q?Cezary=20Dro=C5=BCak?=
2022-09-08patch 9.0.0416: ml_get error when appending lines in popup windowv9.0.0416Bram Moolenaar
2022-09-08patch 9.0.0415: on MS-Windows some tests are flakyv9.0.0415K.Takata
2022-09-08patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414Bram Moolenaar
2022-09-08patch 9.0.0413: ASAN reports a memory leakv9.0.0413K.Takata
2022-09-07patch 9.0.0412: compiler warning for unused argumentv9.0.0412Bram Moolenaar
2022-09-07patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar
2022-09-07patch 9.0.0410: struct member cts_lnum is unusedv9.0.0410Bram Moolenaar
2022-09-07patch 9.0.0409: #{g:x} was seen as a curly-braces expressionv9.0.0409ii14
2022-09-07patch 9.0.0408: GUI test sometimes fails on MS-Windowsv9.0.0408K.Takata
2022-09-07patch 9.0.0407: matchstr() does match column offsetv9.0.0407Bram Moolenaar
2022-09-07patch 9.0.0406: deferred functions not invoked when partial func exitsv9.0.0406Bram Moolenaar
2022-09-07patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar
2022-09-07patch 9.0.0404: crash when passing invalid arguments to assert_fails()v9.0.0404Bram Moolenaar
2022-09-07patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zerov9.0.0403Luuk van Baal
2022-09-07patch 9.0.0402: javascript module files are not recoginzedv9.0.0402Brett Holman
2022-09-07patch 9.0.0401: CI uses older clang versionv9.0.0401Philip H
2022-09-07patch 9.0.0400: GUI test sometimes hangs on CIv9.0.0400K.Takata
2022-09-06patch 9.0.0399: using :defer in expression funcref not testedv9.0.0399Bram Moolenaar
2022-09-06patch 9.0.0398: members of funccall_T are inconsistently namedv9.0.0398Bram Moolenaar
2022-09-06patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar
2022-09-06patch 9.0.0396: :findrepl does not escape '&' and '~' properlyv9.0.0396matveyt
2022-09-06patch 9.0.0395: clang warnings for function prototypesv9.0.0395Philip H
2022-09-06patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal windowv9.0.0394K.Takata
2022-09-06patch 9.0.0393: signals test often fails on FreeBSDv9.0.0393K.Takata
2022-09-05patch 9.0.0392: inverted condition is a bit confusingv9.0.0392K.Takata
2022-09-05patch 9.0.0391: using separate delete() call instead of writefile() 'D' flagv9.0.0391Bram Moolenaar
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-05patch 9.0.0388: the do_arg_all() function is too longv9.0.0388Yegappan Lakshmanan
2022-09-05patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script contextv9.0.0387Bram Moolenaar
2022-09-05patch 9.0.0386: some code blocks are nested too deepv9.0.0386Yegappan Lakshmanan
2022-09-05patch 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets insertedv9.0.0385zeertzjq
2022-09-05patch 9.0.0384: Covertity still complains about using return value of getc()v9.0.0384Bram Moolenaar
2022-09-05patch 9.0.0383: Coverity complains about unused valuev9.0.0383Bram Moolenaar
2022-09-05patch 9.0.0382: freeing the wrong string on failurev9.0.0382Bram Moolenaar
2022-09-04patch 9.0.0381: writefile test leaves files behindv9.0.0381Dominique Pelle
2022-09-04patch 9.0.0380: deleting files in tests is a hassleBram Moolenaar
2022-09-04patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar
2022-09-04patch 9.0.0378: compiler warning for uninitialized variablev9.0.0378Bram Moolenaar
2022-09-04patch 9.0.0377: argument assignment does not workv9.0.0377Bram Moolenaar