summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0225: mode() does not indicate using CTRL-O from Insert modev8.1.0225Bram Moolenaar2018-07-291-0/+12
* patch 8.1.0223: completing shell command finds sub-directories in $PATHv8.1.0223Bram Moolenaar2018-07-281-1/+24
* patch 8.1.0221: not enough testing for the Ruby interfacev8.1.0221Bram Moolenaar2018-07-281-32/+318
* patch 8.1.0220: Ruby converts v:true and v:false to a numberv8.1.0220Bram Moolenaar2018-07-281-0/+8
* patch 8.1.0219: expanding ## fails to escape backtickv8.1.0219Bram Moolenaar2018-07-281-0/+8
* patch 8.1.0218: cannot add matches to another windowv8.1.0218Bram Moolenaar2018-07-281-0/+22
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-251-0/+18
* patch 8.1.0212: preferred cursor column not set in interfacesv8.1.0212Bram Moolenaar2018-07-256-1/+85
* patch 8.1.0211: expanding a file name "~" results in $HOMEv8.1.0211Bram Moolenaar2018-07-251-0/+8
* patch 8.1.0208: file left behind after running individual testv8.1.0208Bram Moolenaar2018-07-241-0/+1
* patch 8.1.0206: duplicate test function namev8.1.0206Bram Moolenaar2018-07-232-3/+3
* patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar2018-07-232-0/+9
* patch 8.1.0204: inputlist() is not testedv8.1.0204Bram Moolenaar2018-07-221-0/+11
* patch 8.1.0201: newer Python uses "importlib" instead of "imp"v8.1.0201Bram Moolenaar2018-07-221-8/+13
* patch 8.1.0200: spellbadword() not testedv8.1.0200Bram Moolenaar2018-07-201-0/+41
* 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