summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0441: closure in for loop test fails on some systemsv9.0.0441Bram Moolenaar2022-09-112-1/+3
* patch 9.0.0440: crash when using mkdir() with "R" flag in compiled functionv9.0.0440Bram Moolenaar2022-09-114-48/+35
* patch 9.0.0439: cursor wrong if inserting before line with virtual text abovev9.0.0439Bram Moolenaar2022-09-105-0/+28
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-1011-105/+200
* patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar2022-09-104-2/+9
* Update runtime filesBram Moolenaar2022-09-1026-141/+499
* patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata2022-09-105-106/+100
* patch 9.0.0435: compiler warning for uninitialized variablev9.0.0435Bram Moolenaar2022-09-102-1/+3
* patch 9.0.0434: gitignore files are not recognizedv9.0.0434ObserverOfTime2022-09-103-4/+10
* patch 9.0.0433: Coverity warns for not checking allocation failurev9.0.0433Bram Moolenaar2022-09-102-3/+9
* patch 9.0.0432: crash when using for loop variable in closurev9.0.0432Bram Moolenaar2022-09-095-2/+41
* patch 9.0.0431: current mode shows in message windowv9.0.0431Bram Moolenaar2022-09-094-1/+32
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-099-8/+87
* patch 9.0.0429: not all keys are tested for the MS-Windows GUIv9.0.0429Yegappan Lakshmanan2022-09-092-50/+80
* patch 9.0.0428: autocmd test uses common file namev9.0.0428Bram Moolenaar2022-09-093-25/+27
* patch 9.0.0427: Drupal theme files are not recognizedv9.0.0427Rodrigo Aguilera2022-09-093-10/+13
* patch 9.0.0426: failed flaky tests reports only start timev9.0.0426Bram Moolenaar2022-09-092-1/+4
* patch 9.0.0425: autocmd test is a bit flaky on MS-Windowsv9.0.0425Bram Moolenaar2022-09-092-1/+5
* patch 9.0.0424: gitattributes files are not recognizedv9.0.0424ObserverOfTime2022-09-093-0/+7
* patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423Bram Moolenaar2022-09-095-1/+52
* patch 9.0.0422: not enough testing of the :all commandv9.0.0422Yegappan Lakshmanan2022-09-092-0/+128
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-0913-299/+310
* patch 9.0.0420: function went missingv9.0.0420Bram Moolenaar2022-09-082-0/+23
* patch 9.0.0419: the :defer command does not check the function argumentsv9.0.0419Bram Moolenaar2022-09-086-95/+226
* patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar2022-09-0811-162/+85
* patch 9.0.0417: Jsonnet files are not recognizedv9.0.0417=?UTF-8?q?Cezary=20Dro=C5=BCak?=2022-09-083-0/+6
* patch 9.0.0416: ml_get error when appending lines in popup windowv9.0.0416Bram Moolenaar2022-09-084-1/+45
* patch 9.0.0415: on MS-Windows some tests are flakyv9.0.0415K.Takata2022-09-088-0/+19
* patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414Bram Moolenaar2022-09-084-10/+22
* patch 9.0.0413: ASAN reports a memory leakv9.0.0413K.Takata2022-09-082-2/+5
* patch 9.0.0412: compiler warning for unused argumentv9.0.0412Bram Moolenaar2022-09-072-1/+3
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-079-27/+163
* patch 9.0.0410: struct member cts_lnum is unusedv9.0.0410Bram Moolenaar2022-09-073-2/+2
* patch 9.0.0409: #{g:x} was seen as a curly-braces expressionv9.0.0409ii142022-09-073-2/+10
* patch 9.0.0408: GUI test sometimes fails on MS-Windowsv9.0.0408K.Takata2022-09-072-0/+3
* patch 9.0.0407: matchstr() does match column offsetv9.0.0407Bram Moolenaar2022-09-074-2/+17
* patch 9.0.0406: deferred functions not invoked when partial func exitsv9.0.0406Bram Moolenaar2022-09-075-11/+73
* patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar2022-09-077-15/+44
* patch 9.0.0404: crash when passing invalid arguments to assert_fails()v9.0.0404Bram Moolenaar2022-09-073-2/+28
* patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zerov9.0.0403Luuk van Baal2022-09-073-6/+25
* patch 9.0.0402: javascript module files are not recoginzedv9.0.0402Brett Holman2022-09-073-2/+4
* patch 9.0.0401: CI uses older clang versionv9.0.0401Philip H2022-09-072-7/+9
* patch 9.0.0400: GUI test sometimes hangs on CIv9.0.0400K.Takata2022-09-072-2/+6
* patch 9.0.0399: using :defer in expression funcref not testedv9.0.0399Bram Moolenaar2022-09-065-4/+69
* patch 9.0.0398: members of funccall_T are inconsistently namedv9.0.0398Bram Moolenaar2022-09-066-165/+170
* patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar2022-09-069-19/+123
* patch 9.0.0396: :findrepl does not escape '&' and '~' properlyv9.0.0396matveyt2022-09-063-2/+12
* patch 9.0.0395: clang warnings for function prototypesv9.0.0395Philip H2022-09-062-3/+2
* patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal windowv9.0.0394K.Takata2022-09-062-6/+22
* patch 9.0.0393: signals test often fails on FreeBSDv9.0.0393K.Takata2022-09-062-7/+15