summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0191: Perl test fails in 24 line terminalv8.1.0191Bram Moolenaar2018-07-161-1/+1
* patch 8.1.0190: Perl refcounts are wrongv8.1.0190Bram Moolenaar2018-07-161-5/+27
* patch 8.1.0189: function defined in sandbox not testedv8.1.0189Bram Moolenaar2018-07-151-0/+16
* patch 8.1.0188: no test for ":cscope add"v8.1.0188Bram Moolenaar2018-07-151-0/+18
* patch 8.1.0187: getwininfo() and win_screenpos() return different numbersv8.1.0187Bram Moolenaar2018-07-151-9/+10
* patch 8.1.0186: test for getwininfo() fails in GUIv8.1.0186Bram Moolenaar2018-07-141-3/+4
* patch 8.1.0185: running tests writes lua.vim even though it is not usedv8.1.0185Bram Moolenaar2018-07-145-9/+1
* patch 8.1.0184: not easy to figure out the window layoutv8.1.0184Bram Moolenaar2018-07-141-2/+19
* patch 8.1.0181: memory leak with trailing characters in skip expressionv8.1.0181Bram Moolenaar2018-07-141-0/+10
* patch 8.1.0175: marks test fails in very wide windowv8.1.0175Bram Moolenaar2018-07-101-5/+2
* patch 8.1.0174: after paging up and down fold line is wrongv8.1.0174Bram Moolenaar2018-07-101-0/+26
* patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get errorv8.1.0171Bram Moolenaar2018-07-081-0/+26
* patch 8.1.0168: output of :marks is too short with multi-byte charsv8.1.0168Bram Moolenaar2018-07-081-3/+22
* patch 8.1.0165: :clist output can be very longv8.1.0165Bram Moolenaar2018-07-081-0/+17
* patch 8.1.0164: luaeval('vim.buffer().name') returns an errorv8.1.0164Bram Moolenaar2018-07-071-5/+2
* patch 8.1.0163: insufficient testing for Tclv8.1.0163Bram Moolenaar2018-07-071-7/+37
* patch 8.1.0161: buffer not updated with 'autoread' set if file was deletedv8.1.0161Bram Moolenaar2018-07-071-6/+50
* patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1"v8.1.0154Bram Moolenaar2018-07-051-1/+10
* patch 8.1.0151: mksession test fails on MS-Windowsv8.1.0151Bram Moolenaar2018-07-041-2/+2
* patch 8.1.0150: insufficient test coverage for Tclv8.1.0150Bram Moolenaar2018-07-041-2/+616
* patch 8.1.0149: session is wrong with multiple tabs when :lcd was usedv8.1.0149Bram Moolenaar2018-07-041-0/+47
* patch 8.1.0146: when $LANG is set the compiler test may failv8.1.0146Bram Moolenaar2018-07-031-0/+5
* patch 8.1.0145: test with grep is failing on MS-Windowsv8.1.0145Bram Moolenaar2018-07-031-8/+11
* patch 8.1.0144: the :cd command does not have good test coveragev8.1.0144Bram Moolenaar2018-07-031-0/+54
* patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram Moolenaar2018-07-031-3/+114
* patch 8.1.0139: Lua tests fail on some platformsv8.1.0139Bram Moolenaar2018-07-021-3/+3
* patch 8.1.0138: negative value of 'softtabstop' not used correctlyv8.1.0138Bram Moolenaar2018-07-021-0/+36
* patch 8.1.0136: Lua tests don't cover new featuresv8.1.0136Bram Moolenaar2018-07-011-20/+62
* patch 8.1.0134: Lua interface does not support funcrefv8.1.0134Bram Moolenaar2018-07-011-0/+24
* patch 8.1.0133: tagfiles() can have duplicate entriesv8.1.0133Bram Moolenaar2018-06-301-1/+24
* patch 8.1.0132: lua tests are old stylev8.1.0132Bram Moolenaar2018-06-305-104/+483
* patch 8.1.0131: :profdel is not testedv8.1.0131Bram Moolenaar2018-06-301-15/+85
* patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar2018-06-281-6/+22
* patch 8.1.0125: virtual edit replace with multi-byte fails at end of linev8.1.0125Bram Moolenaar2018-06-281-0/+16
* patch 8.1.0120: buffer 'modified' set even when :sort has no changesv8.1.0120Bram Moolenaar2018-06-281-8/+47
* patch 8.1.0119: failing test goes unnoticed because messages is not writtenv8.1.0119Bram Moolenaar2018-06-271-2/+2
* patch 8.1.0118: duplicate error message for put commandv8.1.0118Bram Moolenaar2018-06-272-1/+47
* patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'v8.1.0116Bram Moolenaar2018-06-251-0/+25
* patch 8.1.0112: no error when using bad arguments with searchpair()v8.1.0112Bram Moolenaar2018-06-241-4/+12
* patch 8.1.0110: file name not displayed with ":file"v8.1.0110Bram Moolenaar2018-06-241-0/+14
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-234-154/+733
* 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