summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0121: filter() and map() on blob don't workv8.2.0121Bram Moolenaar2020-01-151-7/+11
* patch 8.2.0120: virtcol() does not check arguments to be validv8.2.0120Bram Moolenaar2020-01-151-2/+19
* patch 8.2.0118: crash when cycling to buffers involving popup windowv8.2.0118Bram Moolenaar2020-01-142-1/+25
* patch 8.2.0117: crash when using gettabwinvar() with invalid argumentsv8.2.0117Bram Moolenaar2020-01-141-0/+1
* patch 8.2.0116: BufEnter autocmd not triggered on ":tab drop"v8.2.0116Bram Moolenaar2020-01-131-0/+28
* patch 8.2.0115: byte2line() does not work correctly with text propertiesv8.2.0115Bram Moolenaar2020-01-131-1/+17
* patch 8.2.0112: illegal memory access when using 'cindent'v8.2.0112Bram Moolenaar2020-01-121-0/+9
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-0/+112
* patch 8.2.0109: corrupted text properties when expanding spacesv8.2.0109Bram Moolenaar2020-01-091-11/+66
* patch 8.2.0108: when sign text is changed a manual redraw is neededv8.2.0108Bram Moolenaar2020-01-094-2/+12
* patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar2020-01-081-0/+12
* patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar2020-01-081-3/+12
* patch 8.2.0102: messages test fails in small versionv8.2.0102Bram Moolenaar2020-01-081-2/+4
* patch 8.2.0101: crash when passing null object to ":echomsg"v8.2.0101Bram Moolenaar2020-01-081-0/+10
* patch 8.2.0097: crash with autocommand and spellfilev8.2.0097Bram Moolenaar2020-01-071-0/+22
* patch 8.2.0096: cannot create tiny popup window in last columnv8.2.0096Bram Moolenaar2020-01-063-35/+63
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-0/+25
* patch 8.2.0093: win_splitmove() can make Vim hangv8.2.0093Bram Moolenaar2020-01-061-0/+4
* patch 8.2.0092: tags functionality insufficiently testedv8.2.0092Bram Moolenaar2020-01-061-5/+173
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-054-0/+437
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-23/+24
* patch 8.2.0083: text properties wrong when tabs and spaces are exchangedv8.2.0083Bram Moolenaar2020-01-031-0/+36
* patch 8.2.0082: when reusing a buffer listeners are not clearedv8.2.0082Bram Moolenaar2020-01-031-0/+31
* patch 8.2.0079: Python 3 unicode test still fails on MS-Windowsv8.2.0079Bram Moolenaar2020-01-021-3/+3
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-021-0/+17
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-0/+22
* patch 8.2.0076: Python 3 unicode test fails on MS-Windowsv8.2.0076Bram Moolenaar2020-01-011-2/+4
* patch 8.2.0075: Python 3 unicode test still sometimes failsv8.2.0075Bram Moolenaar2020-01-011-3/+3
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-011-0/+7
* patch 8.2.0072: memory test still fails on Cirrus CIv8.2.0072Bram Moolenaar2020-01-011-1/+1
* patch 8.2.0071: memory test often fails on Cirrus CIv8.2.0071Bram Moolenaar2020-01-011-4/+8
* patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar2020-01-011-0/+4
* patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar2019-12-311-0/+7
* patch 8.2.0064: diffmode completion doesn't use per-window settingv8.2.0064Bram Moolenaar2019-12-301-21/+38
* patch 8.2.0062: memory test is flaky on FreeBSDv8.2.0062Bram Moolenaar2019-12-301-0/+2
* patch 8.2.0058: running tests changes ~/.viminfov8.2.0058Bram Moolenaar2019-12-301-0/+1
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-1/+1
* patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar2019-12-291-0/+40
* patch 8.2.0052: more-prompt not properly testedv8.2.0052Bram Moolenaar2019-12-281-0/+96
* patch 8.2.0051: command line completion test skippedv8.2.0051Bram Moolenaar2019-12-281-3/+2
* patch 8.2.0050: after deleting a file mark it is still in viminfov8.2.0050Bram Moolenaar2019-12-272-0/+22
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-276-0/+53
* patch 8.2.0048: another timers test is flaky on Travis for Macv8.2.0048Bram Moolenaar2019-12-271-1/+6
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-272-1/+12
* patch 8.2.0046: tests for spell suggestions are slowv8.2.0046Bram Moolenaar2019-12-261-45/+48
* patch 8.2.0043: timers test is still flaky on Travis for Macv8.2.0043Bram Moolenaar2019-12-251-2/+2
* patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar2019-12-252-1/+1
* patch 8.2.0039: memory access error when "z=" has no suggestionsv8.2.0039Bram Moolenaar2019-12-251-3/+1
* patch 8.2.0038: spell suggestions insufficiently testedv8.2.0038Bram Moolenaar2019-12-251-0/+169
* patch 8.2.0036: not enough test coverage for match functionsv8.2.0036Bram Moolenaar2019-12-241-0/+31