summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1370: channel test for callback is flakyv8.0.1370Bram Moolenaar2017-12-051-0/+1
* patch 8.0.1367: terminal test hangs, executing abcdev8.0.1367Bram Moolenaar2017-12-051-4/+5
* patch 8.0.1365: when one channel test fails others fail as wellv8.0.1365Bram Moolenaar2017-12-022-11/+18
* patch 8.0.1364: there is no easy way to get the window positionv8.0.1364Bram Moolenaar2017-12-021-0/+13
* patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar2017-12-011-0/+23
* patch 8.0.1353: QuickFixCmdPost is not used consistentlyv8.0.1353Bram Moolenaar2017-11-281-9/+119
* patch 8.0.1349: options test fails when using Motif or GTK GUIv8.0.1349Bram Moolenaar2017-11-261-4/+12
* patch 8.0.1348: make testclean deletes script file on MS-Windowsv8.0.1348Bram Moolenaar2017-11-261-4/+5
* patch 8.0.1346: crash when passing 50 char string to balloon_split()v8.0.1346Bram Moolenaar2017-11-261-0/+4
* patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar2017-11-261-5/+4
* patch 8.0.1341: 'imactivatefunc' test fails on MS-Windowsv8.0.1341Bram Moolenaar2017-11-251-0/+3
* patch 8.0.1339: no test for what 8.0.1335 fixesv8.0.1339Bram Moolenaar2017-11-251-0/+8
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-252-0/+30
* patch 8.0.1333: some tests are run twicev8.0.1333Bram Moolenaar2017-11-233-11/+4
* patch 8.0.1330: MS-Windows: job in terminal can't get back to Vimv8.0.1330Bram Moolenaar2017-11-211-0/+21
* patch 8.0.1329: when a flaky test fails it also often fails the second timev8.0.1329Bram Moolenaar2017-11-211-0/+4
* patch 8.0.1328: trouble when using ":term ++close" with autocmdv8.0.1328Bram Moolenaar2017-11-211-4/+34
* patch 8.0.1326: largefile test fails on CI, glob test on MS-Windowsv8.0.1326Bram Moolenaar2017-11-213-1/+10
* patch 8.0.1325: more tests are not runv8.0.1325Bram Moolenaar2017-11-201-2/+19
* patch 8.0.1322: textformat test isn't runv8.0.1322Bram Moolenaar2017-11-191-0/+1
* patch 8.0.1320: popup test fails on GUI-only buildv8.0.1320Bram Moolenaar2017-11-191-0/+3
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-191-0/+33
* patch 8.0.1311: no test for strpart()v8.0.1311Bram Moolenaar2017-11-181-15/+29
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-161-0/+7
* patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternv8.0.1304Bram Moolenaar2017-11-161-0/+9
* patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar2017-11-1622-738/+649
* patch 8.0.1298: missing test filev8.0.1298Bram Moolenaar2017-11-141-0/+0
* patch 8.0.1291: C indent wrong when * immediately follows commentv8.0.1291Bram Moolenaar2017-11-122-0/+16
* patch 8.0.1290: seq_cur of undotree() wrong after undov8.0.1290Bram Moolenaar2017-11-111-9/+69
* patch 8.0.1280: Python None cannot be converted to a Vim typev8.0.1280Bram Moolenaar2017-11-092-46/+46
* patch 8.0.1274: setbufline() fails when using foldingv8.0.1274Bram Moolenaar2017-11-061-0/+26
* patch 8.0.1273: old test file remainingv8.0.1273Bram Moolenaar2017-11-061-5/+0
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-0515-847/+690
* patch 8.0.1270: mismatching file name with Filelistv8.0.1270Bram Moolenaar2017-11-051-0/+0
* patch 8.0.1269: effect of autocommands on marks is not testedv8.0.1269Bram Moolenaar2017-11-051-0/+127
* patch 8.0.1267: Test_swap_group may leave file behindv8.0.1267Bram Moolenaar2017-11-042-20/+23
* patch 8.0.1266: Test_swap_directory was commented outv8.0.1266Bram Moolenaar2017-11-041-46/+46
* patch 8.0.1265: swap test not skipped when there is one groupv8.0.1265Bram Moolenaar2017-11-041-1/+1
* patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263Bram Moolenaar2017-11-041-39/+73
* patch 8.0.1262: terminal redir test is flakyv8.0.1262Bram Moolenaar2017-11-041-0/+1
* patch 8.0.1260: using global variables for WaitFor()v8.0.1260Bram Moolenaar2017-11-046-80/+66
* patch 8.0.1259: search test can be flakyv8.0.1259Bram Moolenaar2017-11-042-49/+52
* patch 8.0.1257: no test for fix of undefined behaviorv8.0.1257Bram Moolenaar2017-11-021-0/+4
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-0218-355/+363
* patch 8.0.1251: invalid expressin passed to WaitFor()v8.0.1251Bram Moolenaar2017-11-021-1/+1
* patch 8.0.1250: 'hlsearch' highlighting not removed after incsearchv8.0.1250Bram Moolenaar2017-11-021-0/+112
* patch 8.0.1249: no error when WaitFor() gets an invalid wrong expressionv8.0.1249Bram Moolenaar2017-11-022-8/+9
* patch 8.0.1246: popup test has an arbitrary delayv8.0.1246Bram Moolenaar2017-11-021-3/+7
* patch 8.0.1245: when WaitFor() has a wrong expression it just waits a secondv8.0.1245Bram Moolenaar2017-11-024-26/+31
* patch 8.0.1244: search test does not work correctly on MS-Windowsv8.0.1244Bram Moolenaar2017-11-021-5/+8