summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0470: not enough testing for help commandsv8.0.0470Bram Moolenaar2017-03-162-0/+61
* patch 8.0.0465: off-by-one error in using :move with foldingv8.0.0465Bram Moolenaar2017-03-161-2/+21
* patch 8.0.0462: failure of an MS-Windows test may go unnoticedv8.0.0462Bram Moolenaar2017-03-161-0/+1
* patch 8.0.0461: test 45 hangs on MS-Windowsv8.0.0461Bram Moolenaar2017-03-161-0/+1
* patch 8.0.0457: using :move messes up manual foldsv8.0.0457Bram Moolenaar2017-03-141-0/+122
* patch 8.0.0456: typo in MinGW test makefilev8.0.0456Bram Moolenaar2017-03-131-1/+1
* Fix duplication of patch.Bram Moolenaar2017-03-131-22/+0
* patch 8.0.0455: the mode test may hangv8.0.0455Bram Moolenaar2017-03-131-2/+6
* patch 8.0.0453: adding fold marker creates new commentv8.0.0453Bram Moolenaar2017-03-121-0/+16
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-127-13/+239
* patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar2017-03-122-0/+45
* patch 8.0.0444: diffpatch fails when the file name has a quotev8.0.0444Bram Moolenaar2017-03-111-1/+1
* patch 8.0.0443: terminal width is set to 80 in test3v8.0.0443Bram Moolenaar2017-03-111-1/+2
* patch 8.0.0442: patch shell command not well escapedv8.0.0442Bram Moolenaar2017-03-091-3/+14
* patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar2017-03-096-7/+1343
* patch 8.0.0439: ":%argdel" gives an error for an empty arglistv8.0.0439Bram Moolenaar2017-03-091-0/+4
* patch 8.0.0438: the fnamemodify test may cause later tests to failv8.0.0438Bram Moolenaar2017-03-091-1/+5
* patch 8.0.0437: packadd test does not fully workv8.0.0437Bram Moolenaar2017-03-091-2/+3
* patch 8.0.0436: running the options test sometimes resizes the terminalv8.0.0436Bram Moolenaar2017-03-091-0/+3
* patch 8.0.0435: some functions are not testedv8.0.0435Bram Moolenaar2017-03-091-0/+248
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-0826-2/+29
* patch 8.0.0431: 'cinoptions' cannot set indent for extern blockv8.0.0431Bram Moolenaar2017-03-081-0/+60
* patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430Bram Moolenaar2017-03-086-8/+13
* patch 8.0.0429: options test does not always test everythingv8.0.0429Bram Moolenaar2017-03-076-8/+8
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-075-1/+217
* patch 8.0.0426: insufficient testing for statuslinev8.0.0426Bram Moolenaar2017-03-061-8/+243
* patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423Bram Moolenaar2017-03-053-1/+19
* patch 8.0.0422: Python test fails with Python 3.6v8.0.0422Bram Moolenaar2017-03-051-1/+14
* patch 8.0.0421: diff mode wrong when adding line at end of bufferv8.0.0421Bram Moolenaar2017-03-051-0/+20
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-053-0/+174
* patch 8.0.0417: test for the clipboard fails sometimesv8.0.0417Bram Moolenaar2017-03-051-0/+1
* patch 8.0.0415: balloon test fails on MS-Windowsv8.0.0415Bram Moolenaar2017-03-051-3/+3
* patch 8.0.0414: balloon eval is not testedv8.0.0414Bram Moolenaar2017-03-051-0/+131
* patch 8.0.0413: menu test fails on MS-Windows using gvimv8.0.0413Bram Moolenaar2017-03-041-0/+3
* patch 8.0.0412: menu test fails on MS-Windowsv8.0.0412Bram Moolenaar2017-03-041-1/+1
* patch 8.0.0411: menu translations don't match when case is changed.v8.0.0411Bram Moolenaar2017-03-041-0/+20
* patch 8.0.0408: updating folds does not always work properlyv8.0.0408Bram Moolenaar2017-03-041-0/+86
* patch 8.0.0407: filtering folds with marker method not testedv8.0.0407Bram Moolenaar2017-03-041-11/+16
* patch 8.0.0405: v:progpath may become invalid after :cdv8.0.0405Bram Moolenaar2017-03-041-0/+14
* patch 8.0.0404: not enough testing for quickfixv8.0.0404Bram Moolenaar2017-03-041-0/+83
* patch 8.0.0403: GUI tests may failv8.0.0403Bram Moolenaar2017-03-042-5/+9
* patch 8.0.0402: :map completion does not have <special>v8.0.0402Bram Moolenaar2017-03-021-0/+20
* patch 8.0.0401: test fails with missing balloon featurev8.0.0401Bram Moolenaar2017-03-021-2/+4
* patch 8.0.0400: some tests have a one second delayv8.0.0400Bram Moolenaar2017-03-021-0/+1
* patch 8.0.0399: crash when using balloon_show() when not supportedv8.0.0399Bram Moolenaar2017-03-021-0/+5
* patch 8.0.0398: illegal memory access with "t"v8.0.0398Bram Moolenaar2017-03-011-0/+7
* patch 8.0.0395: testing the + register fails with Motifv8.0.0395Bram Moolenaar2017-03-012-6/+9
* patch 8.0.0394: tabs are not aligned when scrolling horizontallyv8.0.0394Bram Moolenaar2017-03-013-3/+52
* patch 8.0.0393: order of duplicate tags is not preservedv8.0.0393Bram Moolenaar2017-03-011-0/+24
* patch 8.0.0392: GUI test fails with Athena and Motifv8.0.0392Bram Moolenaar2017-03-011-0/+3