summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0076: Python 3 unicode test fails on MS-Windowsv8.2.0076Bram Moolenaar2020-01-012-2/+6
* patch 8.2.0075: Python 3 unicode test still sometimes failsv8.2.0075Bram Moolenaar2020-01-012-3/+5
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-015-3/+12
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-013-6/+15
* patch 8.2.0072: memory test still fails on Cirrus CIv8.2.0072Bram Moolenaar2020-01-012-1/+3
* patch 8.2.0071: memory test often fails on Cirrus CIv8.2.0071Bram Moolenaar2020-01-012-4/+10
* patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar2020-01-013-1/+8
* patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar2019-12-314-75/+77
* patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar2019-12-313-1/+10
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-314-39/+41
* patch 8.2.0066: some corners of vim_snprintf() are not testedv8.2.0066Bram Moolenaar2019-12-312-0/+165
* patch 8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4v8.2.0065Bram Moolenaar2019-12-302-5/+10
* patch 8.2.0064: diffmode completion doesn't use per-window settingv8.2.0064Bram Moolenaar2019-12-303-23/+46
* patch 8.2.0063: wrong size argument to vim_snprintf()v8.2.0063Bram Moolenaar2019-12-302-1/+7
* patch 8.2.0062: memory test is flaky on FreeBSDv8.2.0062Bram Moolenaar2019-12-302-0/+4
* patch 8.2.0061: the execute stack can grow big and never shrinksv8.2.0061Bram Moolenaar2019-12-302-0/+26
* patch 8.2.0060: message test only runs with one encodingv8.2.0060Bram Moolenaar2019-12-303-1/+10
* patch 8.2.0059: compiler warnings for unused variables in small buildv8.2.0059Bram Moolenaar2019-12-302-1/+5
* patch 8.2.0058: running tests changes ~/.viminfov8.2.0058Bram Moolenaar2019-12-302-0/+3
* patch 8.2.0057: cannot build with small featuresv8.2.0057Bram Moolenaar2019-12-292-0/+12
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-2923-240/+385
* patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabledv8.2.0055Bram Moolenaar2019-12-292-7/+11
* patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar2019-12-297-1/+68
* patch 8.2.0053: windowsversion() does not always return the right valuev8.2.0053Bram Moolenaar2019-12-292-0/+16
* patch 8.2.0052: more-prompt not properly testedv8.2.0052Bram Moolenaar2019-12-282-0/+98
* patch 8.2.0051: command line completion test skippedv8.2.0051Bram Moolenaar2019-12-282-3/+4
* patch 8.2.0050: after deleting a file mark it is still in viminfov8.2.0050Bram Moolenaar2019-12-275-3/+27
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-278-1/+64
* patch 8.2.0048: another timers test is flaky on Travis for Macv8.2.0048Bram Moolenaar2019-12-272-1/+8
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-277-6/+39
* Update runtime files.Bram Moolenaar2019-12-2648-249/+234
* patch 8.2.0046: tests for spell suggestions are slowv8.2.0046Bram Moolenaar2019-12-262-45/+50
* patch 8.2.0045: script test failsv8.2.0045Bram Moolenaar2019-12-252-10/+13
* patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar2019-12-255-73/+78
* patch 8.2.0043: timers test is still flaky on Travis for Macv8.2.0043Bram Moolenaar2019-12-252-2/+4
* patch 8.2.0042: clearing funccal values twicev8.2.0042Bram Moolenaar2019-12-252-5/+2
* patch 8.2.0041: leaking memory when selecting spell suggestionv8.2.0041Bram Moolenaar2019-12-252-5/+6
* patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar2019-12-253-1/+3
* patch 8.2.0039: memory access error when "z=" has no suggestionsv8.2.0039Bram Moolenaar2019-12-253-4/+5
* patch 8.2.0038: spell suggestions insufficiently testedv8.2.0038Bram Moolenaar2019-12-252-0/+171
* patch 8.2.0037: missing renamed messagev8.2.0037Bram Moolenaar2019-12-242-1/+3
* patch 8.2.0036: not enough test coverage for match functionsv8.2.0036Bram Moolenaar2019-12-242-0/+33
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-2313-51/+32
* patch 8.2.0034: missing check for out of memoryv8.2.0034Bram Moolenaar2019-12-232-1/+7
* patch 8.2.0033: crash when make_extmatch() runs out of memoryv8.2.0033Bram Moolenaar2019-12-223-0/+6
* patch 8.2.0032: MS-Windows: test for blank job failsv8.2.0032Bram Moolenaar2019-12-223-3/+6
* patch 8.2.0031: MS-Windows: test for empty job failsv8.2.0031Bram Moolenaar2019-12-223-4/+14
* patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar2019-12-225-4/+24
* patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar2019-12-213-7/+13
* patch 8.2.0028: searchpairpos() is not testedv8.2.0028Bram Moolenaar2019-12-212-12/+97