summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30v8.2.0094Bram Moolenaar2020-01-062-0/+5
* patch 8.2.0093: win_splitmove() can make Vim hangv8.2.0093Bram Moolenaar2020-01-063-1/+8
* patch 8.2.0092: tags functionality insufficiently testedv8.2.0092Bram Moolenaar2020-01-062-5/+175
* patch 8.2.0091: compiler warnings for size_t / int typesv8.2.0091Bram Moolenaar2020-01-062-3/+5
* patch 8.2.0090: generated files show up in git statusv8.2.0090Bram Moolenaar2020-01-052-0/+4
* patch 8.2.0089: crash when running out of memory in :setfiletype completionv8.2.0089Bram Moolenaar2020-01-052-6/+5
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-057-8/+448
* patch 8.2.0087: crash in command line expansion when out of memoryv8.2.0087Bram Moolenaar2020-01-053-5/+16
* patch 8.2.0086: build error for small versionv8.2.0086Bram Moolenaar2020-01-043-1/+8
* patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar2020-01-044-15/+9
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-047-43/+98
* patch 8.2.0083: text properties wrong when tabs and spaces are exchangedv8.2.0083Bram Moolenaar2020-01-033-4/+48
* patch 8.2.0082: when reusing a buffer listeners are not clearedv8.2.0082Bram Moolenaar2020-01-033-0/+34
* patch 8.2.0081: MS-Windows also need the change to support INIT4()v8.2.0081Bram Moolenaar2020-01-033-2/+4
* patch 8.2.0080: globals using INIT4() are not in the tags filev8.2.0080Bram Moolenaar2020-01-023-6/+8
* Update a few runtime files.Bram Moolenaar2020-01-028-15/+21
* patch 8.2.0079: Python 3 unicode test still fails on MS-Windowsv8.2.0079Bram Moolenaar2020-01-022-3/+5
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-023-1/+24
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-025-11/+65
* 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