summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-10patch 9.0.0857: selecting MSVC 2017 does not set $PLATFORMv9.0.0857K.Takata
Problem: Selecting MSVC 2017 does not set $PLATFORM. Solution: Use $VSCMD_ARG_TGT_ARCH. (Ken Takata, closes #11485)
2022-11-10patch 9.0.0856: MS-Windows: executable not found when running testv9.0.0856Christopher Plewright
Problem: MS-Windows: executable not found when running individual test. Solution: Also look for vimd.exe. (Christopher Plewright, closes #11525)
2022-11-10patch 9.0.0855: comment not located above the code it refers tov9.0.0855zeertzjq
Problem: Comment not located above the code it refers to. Solution: Move the comment. (closes #11527)
2022-11-10patch 9.0.0854: no proper test for what 9.0.0846 fixesv9.0.0854zeertzjq
Problem: No proper test for what 9.0.0846 fixes. Solution: Run test in a terminal so that the hit-enter prompt can show up. (closes #11523)
2022-11-10patch 9.0.0853: terminal mouse test is still flaky on MacOS M1v9.0.0853Bram Moolenaar
Problem: Terminal mouse test is still flaky on MacOS M1. Solution: Also wait for the file to have some contents.
2022-11-10patch 9.0.0852: crypt test is skipped if xxd is not foundv9.0.0852Bram Moolenaar
Problem: Crypt test is skipped if xxd is not found. Solution: Find xxd where it was supposed to be build.
2022-11-10patch 9.0.0851: terminal mouse test is still flakyv9.0.0851Bram Moolenaar
Problem: Terminal mouse test is still flaky. Solution: Also use WaitForAssert().
2022-11-09patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright
Problem: MS-Windows Terminal has unstable color control. Solution: Do not try to read the old command prompt colortable, use modern VT sequences. (Christopher Plewright, closes #11450, closes #11373)
2022-11-09patch 9.0.0849: terminal mouse test is a bit flakyv9.0.0849James McCoy
Problem: Terminal mouse test is a bit flaky. Solution: Add WaitFor() calls. (James McCoy closes #11519) Tune wait times to reduce flakiness.
2022-11-09Update runtime filesBram Moolenaar
2022-11-09patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848K.Takata
Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes #11521)
2022-11-09patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata
Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
2022-11-09patch 9.0.0846: using assert_fails() may cause hit-enter promptv9.0.0846Bram Moolenaar
Problem: Using assert_fails() may cause hit-enter prompt. Solution: Set no_wait_return. (closes #11522)
2022-11-08patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian
Problem: Shell command with just space gives strange error. Solution: Skip white space at start of the argument. (Christian Brabandt, Shane-XB-Qian, closes #11515, closes #11495)
2022-11-07patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal
Problem: Handling 'statusline' errors is spread out. Solution: Pass the option name to the lower levels so the option can be reset there when an error is encountered. (Luuk van Baal, closes #11467)
2022-11-07patch 9.0.0843: VHS tape files are not recognizedv9.0.0843Carlos A Becker
Problem: VHS tape files are not recognized. Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes #11452)
2022-11-07patch 9.0.0842: Unicode range for Apple SF symbols is outdatedv9.0.0842Yee Cheng Chin
Problem: Unicode range for Apple SF symbols is outdated. Solution: Update to SF Symbols 4. (Yee Cheng Chin, closes #11474)
2022-11-06patch 9.0.0841: deletebufline() does not always return 1 on failurev9.0.0841zeertzjq
Problem: deletebufline() does not always return 1 on failure. Solution: Refactor the code to make it work more predictable. (closes #11511)
2022-11-06patch 9.0.0840: cannot change a slice of a const listv9.0.0840Bram Moolenaar
Problem: Cannot change a slice of a const list. (Takumi KAGIYAMA) Solution: Remove the const flag from the slice type. (closes #11490)
2022-11-06patch 9.0.0839: test may fail depending on sequence of eventsv9.0.0839Yee Cheng Chin
Problem: Test may fail depending on sequence of events. Solution: Accept error codes in either order. (Yee Cheng Chin, closes #11510)
2022-11-06patch 9.0.0838: compiler warnings for unused variablesv9.0.0838Bram Moolenaar
Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (John Marriott)
2022-11-05patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar
Problem: append() reports failure when not appending anything. Solution: Only report failure when appending something. (closes #11498)
2022-11-05patch 9.0.0836: wrong error when using extend() with funcrefv9.0.0836zeertzjq
Problem: Wrong error when using extend() with funcref. Solution: Better check the variable type. (closes #11468, closes #11455)
2022-11-05patch 9.0.0835: the window title is not redrawn when 'endoffile' changesv9.0.0835K.Takata
Problem: The window title is not redrawn when 'endoffile' changes. Solution: redraw the window title when 'endoffile' is changed. (Ken Takata, closes #11488)
2022-11-05patch 9.0.0834: warning for missing return typev9.0.0834Sam James
Problem: Warning for missing return type. Solution: Add "int". (San James, closes #11496)
2022-11-05patch 9.0.0833: Mac: no +sound feature in huge buildv9.0.0833Yee Cheng Chin
Problem: Mac: no +sound feature in huge build. Solution: Enable +sound in Mac huge build. (closes #11497)
2022-11-05patch 9.0.0832: deprecation warning causes build failurev9.0.0832Philip H
Problem: Deprecation warning causes build failure. Solution: Suppress deprecation warning. (closes #11503)
2022-11-04patch 9.0.0831: compiler warning for redefining HAVE_DUPv9.0.0831ichizok
Problem: Compiler warning for redefining HAVE_DUP. Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)
2022-11-04patch 9.0.0830: compiling with Perl on Mac 12 failsv9.0.0830Philip H
Problem: Compiling with Perl on Mac 12 fails. Solution: Suppress infinite warnings. (closes #11499)
2022-11-04patch 9.0.0829: wrong counts in macro commentv9.0.0829zeertzjq
Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480)
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
Problem: Various typos. Solution: Correct typos. (closes #11432)
2022-11-01patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm"v9.0.0827Bram Moolenaar
Problem: The <Home> key in tmux doesn't work when 'term' is set to "xterm". (Dominique Pellé) Solution: Only use '@' in a termcap key entry for "1" when ";" follows. (closes #11429)
2022-11-01patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata
Problem: If 'endofline' is set the CTRL-Z may be written in the wrong place. Solution: Write CTRL-Z at the end of the file. Update the help to explain the possibilities better. (Ken Takata, closes #11486)
2022-11-01patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq
Problem: Cannot drag an entry in the tabpage line. Solution: Clear dragwin instead of got_click. (closes #11483, closes #11482)
2022-11-01patch 9.0.0824: crash when using win_move_separator() in other tab pagev9.0.0824zeertzjq
Problem: Crash when using win_move_separator() in other tab page. Solution: Check for valid window in current tab page. (closes #11479, closes #11427)
2022-10-31patch 9.0.0823: mouse drag test failsv9.0.0823Bram Moolenaar
Problem: Mouse drag test fails. Solution: Only reset the mouse click flag when actually switching to another tab page. Disable test that keeps failing.
2022-10-31patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar
Problem: Crash when dragging the statusline with a mapping. Solution: Check for valid window pointer. (issue #11427)
2022-10-31patch 9.0.0820: memory leak with empty shell commandv9.0.0821Bram Moolenaar
Problem: Memory leak with empty shell command. Solution: Free the empty string.
2022-10-29patch 9.0.0820: memory leak with empty shell commandv9.0.0820Bram Moolenaar
Problem: Memory leak with empty shell command. Solution: Free the empty string.
2022-10-29patch 9.0.0819v9.0.0819Bram Moolenaar
2022-10-28Update runtime filesBram Moolenaar
2022-10-28Add missing entry for the 'endoffile' option.Bram Moolenaar
2022-10-28Fix wrong struct access for member.Bram Moolenaar
2022-10-28Revert unintended Makefile changeBram Moolenaar
2022-10-22patch 9.0.0818v9.0.0818Bram Moolenaar
2022-10-22patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar
2022-10-22patch 9.0.0815v9.0.0815Martin Tournoij
2022-10-21patch 9.0.0814: aws config files are not recognizedv9.0.0814Justin M. Keyes
Problem: Aws config files are not recognized. Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416)
2022-10-21patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813Bram Moolenaar
Problem: Kitty terminal is not recognized. Solution: Recognize Kitty by the termresponse and then do not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413)
2022-10-21patch 9.0.0812: GUI mouse scrollwheel mappings don't workv9.0.0812Christopher Plewright
Problem: GUI mouse scrollwheel mappings don't work. Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418)