summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0413: test output is duplicated or missingv8.1.0413Bram Moolenaar2018-09-202-2/+5
* patch 8.1.0409: startup test fails on MS-Windowsv8.1.0409Bram Moolenaar2018-09-191-4/+11
* patch 8.1.0406: several command line arguments are not testedv8.1.0406Bram Moolenaar2018-09-181-1/+64
* patch 8.1.0404: accessing invalid memory with long argument namev8.1.0404Bram Moolenaar2018-09-181-0/+7
* patch 8.1.0401: can't get swap name of another bufferv8.1.0401Bram Moolenaar2018-09-161-5/+30
* patch 8.1.0399: 'hlsearch' highlight remains in other windowv8.1.0399Bram Moolenaar2018-09-164-17/+36
* patch 8.1.0398: no test for -o and -O command line argumentsv8.1.0398Bram Moolenaar2018-09-161-0/+77
* patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar2018-09-161-0/+6
* patch 8.1.0393: not all white space difference options availablev8.1.0393Bram Moolenaar2018-09-155-17/+123
* patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar2018-09-151-0/+4
* patch 8.1.0390: scrollbars are not testedv8.1.0390Bram Moolenaar2018-09-141-0/+35
* patch 8.1.0389: :behave command is not testedv8.1.0389Bram Moolenaar2018-09-142-0/+30
* patch 8.1.0387: no test for 'ambiwidth' detectionv8.1.0387Bram Moolenaar2018-09-131-0/+22
* patch 8.1.0375: cannot use diff mode with Cygwin diff.exev8.1.0375Bram Moolenaar2018-09-131-1/+3
* patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar2018-09-111-0/+11
* patch 8.1.0365: function profile doesn't specify where it was definedv8.1.0365Bram Moolenaar2018-09-101-146/+151
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-103-5/+77
* patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar2018-09-1017-15/+489
* patch 8.1.0359: no clue what test failed when using a screendump twicev8.1.0359Bram Moolenaar2018-09-091-3/+11
* patch 8.1.0357: instructions for tests are outdatedv8.1.0357Bram Moolenaar2018-09-091-11/+28
* patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-Wv8.1.0356Bram Moolenaar2018-09-091-0/+36
* patch 8.1.0354: packadd test fails on MS-Windowsv8.1.0354Bram Moolenaar2018-09-081-2/+3
* patch 8.1.0353: an "after" directory of a package is appended to 'rtp'v8.1.0353Bram Moolenaar2018-09-081-1/+19
* patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternv8.1.0351Bram Moolenaar2018-09-061-0/+17
* patch 8.1.0350: Vim may block on ch_sendraw()v8.1.0350Bram Moolenaar2018-09-061-1/+33
* patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar2018-09-033-16/+40
* patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346Bram Moolenaar2018-09-021-57/+0
* patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar2018-09-021-3/+43
* patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar2018-09-021-1/+13
* patch 8.1.0341: :argadd in empty buffer changes the buffer namev8.1.0341Bram Moolenaar2018-08-312-1/+21
* patch 8.1.0340: no test for :spellinfov8.1.0340Bram Moolenaar2018-08-311-0/+29
* patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :sv8.1.0339Bram Moolenaar2018-08-312-0/+18
* patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar2018-08-301-0/+29
* patch 8.1.0336: mkview test still fails on CIv8.1.0336Bram Moolenaar2018-08-301-4/+4
* patch 8.1.0335: mkview test fails on CIv8.1.0335Bram Moolenaar2018-08-301-1/+1
* patch 8.1.0334: 'autowrite' takes effect when buffer is not to be writtenv8.1.0334Bram Moolenaar2018-08-301-0/+38
* patch 8.1.0333: :mkview does not restore cursor properly after "$"v8.1.0333Bram Moolenaar2018-08-291-6/+10
* patch 8.1.0331: insufficient test coverage for :mkview and :loadviewv8.1.0331Bram Moolenaar2018-08-281-0/+81
* patch 8.1.0327: the "g CTRL-G" command isn't tested muchv8.1.0327Bram Moolenaar2018-08-241-5/+75
* patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar2018-08-241-9/+9
* patch 8.1.0322: Test_copy_winopt() does not restore 'hidden'v8.1.0322Bram Moolenaar2018-08-231-49/+51
* patch 8.1.0321: 'incsearch' regression: /\v highlights everythingv8.1.0321Bram Moolenaar2018-08-233-1/+54
* patch 8.1.0320: too much 'incsearch' highlight for pat matching everythingv8.1.0320Bram Moolenaar2018-08-222-0/+17
* patch 8.1.0318: the getftype() test may fail for char devicesv8.1.0318Bram Moolenaar2018-08-221-3/+15
* patch 8.1.0317: Cscope test fails when using shadow directoryv8.1.0317Bram Moolenaar2018-08-221-1/+6
* patch 8.1.0316: swapinfo() test fails on Travisv8.1.0316Bram Moolenaar2018-08-221-2/+6
* patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar2018-08-211-0/+14
* patch 8.1.0314: build failure without the +eval featurev8.1.0314Bram Moolenaar2018-08-211-1/+2
* patch 8.1.0313: information about a swap file is unavailablev8.1.0313Bram Moolenaar2018-08-211-0/+34
* patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar2018-08-211-0/+21