summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-047-43/+98
| | | | | Problem: Complete item "user_data" can only be a string. Solution: Accept any type of variable. (closes #5412)
* patch 8.2.0083: text properties wrong when tabs and spaces are exchangedv8.2.0083Bram Moolenaar2020-01-033-4/+48
| | | | | | Problem: Text properties wrong when tabs and spaces are exchanged. Solution: Take text properties into account. (Nobuhiro Takasaki, closes #5427)
* patch 8.2.0082: when reusing a buffer listeners are not clearedv8.2.0082Bram Moolenaar2020-01-033-0/+34
| | | | | Problem: When reusing a buffer listeners are not cleared. (Axel Forsman) Solution: Clear listeners when reusing a buffer. (closes #5431)
* patch 8.2.0081: MS-Windows also need the change to support INIT4()v8.2.0081Bram Moolenaar2020-01-033-2/+4
| | | | | Problem: MS-Windows also need the change to support INIT4(). Solution: Add the ctags arguments. (Ken Takata)
* patch 8.2.0080: globals using INIT4() are not in the tags filev8.2.0080Bram Moolenaar2020-01-023-6/+8
| | | | | Problem: Globals using INIT4() are not in the tags file. Solution: Adjust the tags command.
* 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
| | | | | Problem: Python 3 unicode test still fails on MS-Windows. Solution: Do not set 'encoding' to "euc-tw" on MS-Windows.
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-023-1/+24
| | | | | Problem: Expanding <sfile> works differently the second time. Solution: Keep the expanded name when redefining a function. (closes #5425)
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-025-11/+65
| | | | | Problem: settagstack() cannot truncate at current index. Solution: Add the "t" action. (Yegappan Lakshmanan, closes #5417)
* patch 8.2.0076: Python 3 unicode test fails on MS-Windowsv8.2.0076Bram Moolenaar2020-01-012-2/+6
| | | | | Problem: Python 3 unicode test fails on MS-Windows. Solution: Do not set 'encoding' to "debug" on MS-Windows.
* patch 8.2.0075: Python 3 unicode test still sometimes failsv8.2.0075Bram Moolenaar2020-01-012-3/+5
| | | | | Problem: Python 3 unicode test still sometimes fails. Solution: Skip the test when 'termencoding' is not empty.
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-015-3/+12
| | | | | Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message.
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-013-6/+15
| | | | | Problem: Initializing globals with COMMA is clumsy. Solution: Use INIT2(), INIT3(), etc.
* patch 8.2.0072: memory test still fails on Cirrus CIv8.2.0072Bram Moolenaar2020-01-012-1/+3
| | | | | Problem: Memory test still fails on Cirrus CI. Solution: Allow for a tiny bit more tolerance in the upper limit.
* patch 8.2.0071: memory test often fails on Cirrus CIv8.2.0071Bram Moolenaar2020-01-012-4/+10
| | | | | Problem: Memory test often fails on Cirrus CI. Solution: Allow for more tolerance in the upper limit. Remove sleep.
* patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar2020-01-013-1/+8
| | | | | Problem: Crash when using Python 3 with "debug" encoding. (Dominique Pelle) Solution: Use "euc-jp" whenever enc_dbcs is set.
* patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar2019-12-314-75/+77
| | | | | Problem: ETYPE_ is used for two different enums. Solution: Rename one to use EXPR_.
* patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar2019-12-313-1/+10
| | | | | Problem: Crash when using Python 3 with "utf32" encoding. (Dominique Pelle) Solution: Use "utf-8" whenever enc_utf8 is set. (closes #5423)
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-314-39/+41
| | | | | Problem: ERROR_UNKNOWN clashes on some systems. Solution: Rename ERROR_ to FCERR_. (Ola Söder, closes #5415)
* patch 8.2.0066: some corners of vim_snprintf() are not testedv8.2.0066Bram Moolenaar2019-12-312-0/+165
| | | | | Problem: Some corners of vim_snprintf() are not tested. Solution: Add a test in C. (Dominique Pelle, closes #5422)
* patch 8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4v8.2.0065Bram Moolenaar2019-12-302-5/+10
| | | | | Problem: Amiga and alikes: autoopen only used on Amiga OS4. Solution: Adjust #ifdefs. (Ola Söder, closes #5413)
* patch 8.2.0064: diffmode completion doesn't use per-window settingv8.2.0064Bram Moolenaar2019-12-303-23/+46
| | | | | Problem: Diffmode completion doesn't use per-window setting. Solution: Check if a window is in diff mode. (Dominique Pell, closes #5419)
* patch 8.2.0063: wrong size argument to vim_snprintf()v8.2.0063Bram Moolenaar2019-12-302-1/+7
| | | | | Problem: Wrong size argument to vim_snprintf(). (Dominique Pelle) Solution: Reduce the size by the length. (related to #5410)
* patch 8.2.0062: memory test is flaky on FreeBSDv8.2.0062Bram Moolenaar2019-12-302-0/+4
| | | | | Problem: Memory test is flaky on FreeBSD. Solution: Add a short sleep before getting the first size.
* patch 8.2.0061: the execute stack can grow big and never shrinksv8.2.0061Bram Moolenaar2019-12-302-0/+26
| | | | | Problem: The execute stack can grow big and never shrinks. Solution: Reduce the size in gargage collect.
* patch 8.2.0060: message test only runs with one encodingv8.2.0060Bram Moolenaar2019-12-303-1/+10
| | | | | | Problem: Message test only runs with one encoding. (Dominique Pelle) Solution: Run the test with "utf-8" and "latin1". Fix underflow. (related to #5410)
* patch 8.2.0059: compiler warnings for unused variables in small buildv8.2.0059Bram Moolenaar2019-12-302-1/+5
| | | | | | Problem: Compiler warnings for unused variables in small build. (Tony Mechelynck) Solution: Add #ifdef.
* patch 8.2.0058: running tests changes ~/.viminfov8.2.0058Bram Moolenaar2019-12-302-0/+3
| | | | | Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes #5414)
* patch 8.2.0057: cannot build with small featuresv8.2.0057Bram Moolenaar2019-12-292-0/+12
| | | | | Problem: Cannot build with small features. Solution: Add #ifdefs.
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-2923-240/+385
| | | | | | Problem: Execution stack is incomplete and inefficient. Solution: Introduce a proper execution stack and use it instead of sourcing_name/sourcing_lnum. Create a string only when used.
* patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabledv8.2.0055Bram Moolenaar2019-12-292-7/+11
| | | | | Problem: Cannot use ":gui" in vimrc with VIMDLL enabled. Solution: Change the logic, check "gui.starting". (Ken Takata, closes #5408)
* patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar2019-12-297-1/+68
| | | | | Problem: :diffget and :diffput don't have good completion. Solution: Add proper completion. (Dominique Pelle, closes #5409)
* patch 8.2.0053: windowsversion() does not always return the right valuev8.2.0053Bram Moolenaar2019-12-292-0/+16
| | | | | | Problem: windowsversion() does not always return the right value. Solution: Add a compatibility section in the manifest. (Ken Takata, closes #5407)
* patch 8.2.0052: more-prompt not properly testedv8.2.0052Bram Moolenaar2019-12-282-0/+98
| | | | | Problem: More-prompt not properly tested. Solution: Add a test case. (Dominique Pelle, closes #5404)
* patch 8.2.0051: command line completion test skippedv8.2.0051Bram Moolenaar2019-12-282-3/+4
| | | | | Problem: Command line completion test skipped. (Christian Brabandt) Solution: Invert condition.
* patch 8.2.0050: after deleting a file mark it is still in viminfov8.2.0050Bram Moolenaar2019-12-275-3/+27
| | | | | | | Problem: After deleting a file mark it is still in viminfo. Solution: When a file mark was deleted more recently than the mark in the merged viminfo file was updated, do not store the mark. (Pavol Juhas, closes #5401, closes #1339)
* patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar2019-12-278-1/+64
| | | | | | Problem: Command line completion not fully tested. Solution: Add more test cases. Make help sorting stable. (Dominique Pelle, closes #5402)
* patch 8.2.0048: another timers test is flaky on Travis for Macv8.2.0048Bram Moolenaar2019-12-272-1/+8
| | | | | Problem: Another timers test is flaky on Travis for Mac. Solution: Increase maximum expected time.
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-277-6/+39
| | | | | Problem: Cannot skip tests for specific MS-Windows platform. Solution: Add windowsversion().
* 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
| | | | | | Problem: Tests for spell suggestions are slow. Solution: Use shorter words. Test with latin1 and utf-8 to cover more code. (Dominique Pelle, closes #5399)
* patch 8.2.0045: script test failsv8.2.0045Bram Moolenaar2019-12-252-10/+13
| | | | | Problem: Script test fails. Solution: For numbers "is" and "isnot" work like "==" and "!=".
* patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar2019-12-255-73/+78
| | | | | | Problem: Expression type is used inconsistently. Solution: Add "ETYPE_IS" and "ETYPE_ISNOT" as separate enum values. Rename "TYPE_" to "ETYPE_" to avoid confusion.
* patch 8.2.0043: timers test is still flaky on Travis for Macv8.2.0043Bram Moolenaar2019-12-252-2/+4
| | | | | Problem: Timers test is still flaky on Travis for Mac. Solution: Increase maximum expected time.
* patch 8.2.0042: clearing funccal values twicev8.2.0042Bram Moolenaar2019-12-252-5/+2
| | | | | Problem: Clearing funccal values twice. Solution: Remove clearing individual fields.
* patch 8.2.0041: leaking memory when selecting spell suggestionv8.2.0041Bram Moolenaar2019-12-252-5/+6
| | | | | Problem: Leaking memory when selecting spell suggestion. Solution: Free previous value at the right time.
* patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar2019-12-253-1/+3
| | | | | Problem: Timers test is still flaky on Travis for Mac. Solution: Run separately instead of as part of test_alot.
* patch 8.2.0039: memory access error when "z=" has no suggestionsv8.2.0039Bram Moolenaar2019-12-253-4/+5
| | | | | Problem: Memory access error when "z=" has no suggestions. Solution: Check for negative index.
* patch 8.2.0038: spell suggestions insufficiently testedv8.2.0038Bram Moolenaar2019-12-252-0/+171
| | | | | Problem: Spell suggestions insufficiently tested. Solution: Add spell suggestion tests. (Dominique Pelle, closes #5398)
* patch 8.2.0037: missing renamed messagev8.2.0037Bram Moolenaar2019-12-242-1/+3
| | | | | Problem: Missing renamed message. Solution: Now really add the error number.