summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0101: no test for getcmdwintype()v8.1.0101Bram Moolenaar2018-06-231-0/+16
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+12
* patch 8.1.0092: prompt buffer test failsv8.1.0092Bram Moolenaar2018-06-211-0/+2
* patch 8.1.0088: terminal test for stdout and stderr is a bit flakyv8.1.0088Bram Moolenaar2018-06-191-2/+3
* patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar2018-06-191-23/+55
* patch 8.1.0086: no tests for libcall() and libcallnr()v8.1.0086Bram Moolenaar2018-06-191-0/+36
* patch 8.1.0085: no test for completing user name and languagev8.1.0085Bram Moolenaar2018-06-191-1/+44
* patch 8.1.0083: "is" and "as" have trouble with quoted punctuationv8.1.0083Bram Moolenaar2018-06-191-0/+75
* patch 8.1.0073: crash when autocommands call setloclist()v8.1.0073Bram Moolenaar2018-06-181-0/+11
* patch 8.1.0060: crash when autocommands delete the current bufferv8.1.0060Bram Moolenaar2018-06-161-0/+12
* patch 8.1.0059: displayed digraph for "ga" wrong with 'encoding' "cp1251"v8.1.0059Bram Moolenaar2018-06-161-0/+12
* patch 8.1.0056: crash when using :hardcopy with illegal bytev8.1.0056Bram Moolenaar2018-06-161-7/+22
* patch 8.1.0055: complete test has wrong order of argumentsv8.1.0055Bram Moolenaar2018-06-131-4/+4
* patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar2018-06-121-0/+25
* patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar2018-06-121-4/+11
* patch 8.1.0047: no completion for :unlet $VARv8.1.0047Bram Moolenaar2018-06-121-0/+10
* patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar2018-06-121-1/+10
* patch 8.1.0045: popup test isn't run completelyv8.1.0045Bram Moolenaar2018-06-121-29/+25
* patch 8.1.0044: if a test function exists Vim this may go unnoticedv8.1.0044Bram Moolenaar2018-06-122-0/+18
* patch 8.1.0043: ++bad argument of :edit does not work properlyv8.1.0043Bram Moolenaar2018-06-121-2/+30
* patch 8.1.0041: attribute "width" missing from python window attribute listv8.1.0041Bram Moolenaar2018-06-102-2/+2
* patch 8.1.0039: cannot easily delete lines in another bufferv8.1.0039Bram Moolenaar2018-06-071-1/+23
* patch 8.1.0038: popup test causes Vim to exitv8.1.0038Bram Moolenaar2018-06-071-0/+4
* patch 8.1.0037: cannot easily append lines to another bufferv8.1.0037Bram Moolenaar2018-06-062-2/+27
* patch 8.1.0034: cursor not restored with ":edit #"v8.1.0034Bram Moolenaar2018-06-041-0/+14
* patch 8.1.0033: keys to stop Vim in terminal are wrongv8.1.0033Bram Moolenaar2018-06-041-1/+1
* patch 8.1.0032: BS in prompt buffer starts new linev8.1.0032Bram Moolenaar2018-06-041-7/+49
* patch 8.1.0031: terminal test aucmd_on_close if flakyv8.1.0031Bram Moolenaar2018-06-031-1/+2
* patch 8.1.0030: stoping Vim running in a terminal may not workv8.1.0030Bram Moolenaar2018-06-032-1/+8
* patch 8.1.0029: terminal test fails on MS-Windows when "wc" existsv8.1.0029Bram Moolenaar2018-06-031-0/+4
* patch 8.1.0028: prompt buffer test fails on MS-Windowsv8.1.0028Bram Moolenaar2018-06-031-1/+4
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-033-14/+71
* patch 8.1.0026: terminal test fails with very tall terminalv8.1.0026Bram Moolenaar2018-05-261-1/+1
* patch 8.1.0025: no test for the undofile() functionv8.1.0025Bram Moolenaar2018-05-261-6/+38
* patch 8.1.0024: % command not testded on #ifdef and commentv8.1.0024Bram Moolenaar2018-05-261-0/+62
* patch 8.1.0022: repeating put from expression register failsv8.1.0022Bram Moolenaar2018-05-231-0/+13
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-0/+25
* patch 8.1.0019: error when defining a Lambda with index of a function resultv8.1.0019Bram Moolenaar2018-05-221-0/+6
* patch 8.1.0018: using "gn" may select wrong text when wrappingv8.1.0018Bram Moolenaar2018-05-221-15/+24
* patch 8.1.0017: shell command completion has duplicatesv8.1.0017Bram Moolenaar2018-05-221-2/+10
* patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existingv8.1.0011Bram Moolenaar2018-05-211-2/+6
* patch 8.1.0009: tabpages insufficiently testedv8.1.0009Bram Moolenaar2018-05-201-0/+43
* patch 8.1.0008: no test for strwidth()v8.1.0008Bram Moolenaar2018-05-201-0/+24
* patch 8.1.0007: no test for "o" and "O" in Visual block modev8.1.0007Bram Moolenaar2018-05-201-0/+19
* patch 8.1.0005: test for :compiler command fails on MS-Windowsv8.1.0005Bram Moolenaar2018-05-191-3/+3
* patch 8.1.0004: test for :compiler command sometimes failsv8.1.0004Bram Moolenaar2018-05-191-3/+2
* patch 8.1.0003: the :compiler command is not testedv8.1.0003Bram Moolenaar2018-05-192-0/+51
* patch 8.1.0002: :stopinsert changes the message positionv8.1.0002Bram Moolenaar2018-05-191-0/+21
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-172-3/+7
* patch 8.0.1848: 'termwinscroll' does not work properlyv8.0.1848Bram Moolenaar2018-05-151-0/+27