summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0419: the :defer command does not check the function argumentsv9.0.0419Bram Moolenaar2022-09-081-2/+58
* patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar2022-09-0810-162/+83
* patch 9.0.0417: Jsonnet files are not recognizedv9.0.0417=?UTF-8?q?Cezary=20Dro=C5=BCak?=2022-09-081-0/+1
* patch 9.0.0416: ml_get error when appending lines in popup windowv9.0.0416Bram Moolenaar2022-09-082-0/+38
* patch 9.0.0415: on MS-Windows some tests are flakyv9.0.0415K.Takata2022-09-087-0/+17
* patch 9.0.0414: matchstr() still does not match column offsetv9.0.0414Bram Moolenaar2022-09-081-0/+6
* patch 9.0.0411: only created files can be cleaned up with one callv9.0.0411Bram Moolenaar2022-09-074-16/+79
* patch 9.0.0409: #{g:x} was seen as a curly-braces expressionv9.0.0409ii142022-09-071-0/+4
* patch 9.0.0407: matchstr() does match column offsetv9.0.0407Bram Moolenaar2022-09-071-0/+13
* patch 9.0.0406: deferred functions not invoked when partial func exitsv9.0.0406Bram Moolenaar2022-09-071-0/+23
* patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar2022-09-071-0/+15
* patch 9.0.0404: crash when passing invalid arguments to assert_fails()v9.0.0404Bram Moolenaar2022-09-071-2/+17
* patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zerov9.0.0403Luuk van Baal2022-09-071-0/+15
* patch 9.0.0402: javascript module files are not recoginzedv9.0.0402Brett Holman2022-09-071-1/+1
* patch 9.0.0400: GUI test sometimes hangs on CIv9.0.0400K.Takata2022-09-071-2/+4
* patch 9.0.0399: using :defer in expression funcref not testedv9.0.0399Bram Moolenaar2022-09-061-0/+32
* patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar2022-09-061-0/+44
* patch 9.0.0396: :findrepl does not escape '&' and '~' properlyv9.0.0396matveyt2022-09-061-0/+6
* patch 9.0.0393: signals test often fails on FreeBSDv9.0.0393K.Takata2022-09-061-7/+13
* patch 9.0.0391: using separate delete() call instead of writefile() 'D' flagv9.0.0391Bram Moolenaar2022-09-055-61/+44
* patch 9.0.0390: cannot use a partial with :deferv9.0.0390Bram Moolenaar2022-09-051-2/+23
* patch 9.0.0389: crash when 'tagfunc' closes the windowv9.0.0389Bram Moolenaar2022-09-051-0/+13
* patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script contextv9.0.0387Bram Moolenaar2022-09-051-0/+29
* patch 9.0.0381: writefile test leaves files behindv9.0.0381Dominique Pelle2022-09-041-2/+2
* patch 9.0.0380: deleting files in tests is a hassleBram Moolenaar2022-09-043-81/+44
* patch 9.0.0379: cleaning up after writefile() is a hasslev9.0.0379Bram Moolenaar2022-09-041-0/+17
* patch 9.0.0372: MS-Windows: "%T" time format does not appear to workv9.0.0372Bram Moolenaar2022-09-032-3/+3
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-033-0/+77
* patch 9.0.0369: a failing flaky test doesn't mention the timev9.0.0369Bram Moolenaar2022-09-032-5/+7
* patch 9.0.0366: cannot use import->Func() in lambdav9.0.0366Bram Moolenaar2022-09-031-0/+22
* patch 9.0.0365: file name used in test is unusualv9.0.0365Dominique Pelle2022-09-031-3/+3
* patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar2022-09-0236-564/+564
* patch 9.0.0362: expanding ":e %" does not work for remote filesv9.0.0362Bram Moolenaar2022-09-021-0/+12
* patch 9.0.0361: removing a listener may result in a memory leakv9.0.0361Yegappan Lakshmanan2022-09-021-0/+31
* patch 9.0.0360: crash when invalid line number on :for is ignoredv9.0.0360Bram Moolenaar2022-09-021-0/+13
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-028-21/+21
* patch 9.0.0358: 'breakindent' does not indent non-listsv9.0.0358Maxim Kim2022-09-021-1/+39
* patch 9.0.0357: 'linebreak' interferes with text property highlightv9.0.0357Bram Moolenaar2022-09-023-3/+22
* patch 9.0.0356: :echowindow sets the in_echowindow flag too earlyv9.0.0356Yasuhiro Matsumoto2022-09-022-0/+28
* patch 9.0.0355: check for uppercase char in autoload name is wrongv9.0.0355thinca2022-09-021-0/+4
* patch 9.0.0354: MS-Windows: starting a python server for test sometimes failsv9.0.0354Bram Moolenaar2022-09-011-2/+2
* patch 9.0.0352: using :echowindow in a timer clears part of messagev9.0.0352Bram Moolenaar2022-09-012-2/+2
* patch 9.0.0351: message window may obscure the command linev9.0.0351Bram Moolenaar2022-09-012-0/+16
* patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar2022-09-012-1/+17
* patch 9.0.0349: filetype of *.sil files not well detectedv9.0.0349Bram Moolenaar2022-09-011-0/+38
* patch 9.0.0348: MS-Windows: GUI mouse move event test is flakyv9.0.0348Bram Moolenaar2022-09-011-10/+14
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-012-0/+8
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-018-13/+16
* patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not foundv9.0.0343Bram Moolenaar2022-08-311-2/+10
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-0/+40