summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0851: terminal mouse test is still flakyv9.0.0851Bram Moolenaar2022-11-102-1/+3
| | | | | Problem: Terminal mouse test is still flaky. Solution: Also use WaitForAssert().
* patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright2022-11-093-80/+114
| | | | | | | 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)
* patch 9.0.0849: terminal mouse test is a bit flakyv9.0.0849James McCoy2022-11-092-17/+24
| | | | | | Problem: Terminal mouse test is a bit flaky. Solution: Add WaitFor() calls. (James McCoy closes #11519) Tune wait times to reduce flakiness.
* Update runtime filesBram Moolenaar2022-11-0945-130/+235
|
* patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848K.Takata2022-11-092-1/+3
| | | | | Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes #11521)
* patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata2022-11-092-2/+7
| | | | | Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
* patch 9.0.0846: using assert_fails() may cause hit-enter promptv9.0.0846Bram Moolenaar2022-11-093-3/+11
| | | | | Problem: Using assert_fails() may cause hit-enter prompt. Solution: Set no_wait_return. (closes #11522)
* patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian2022-11-083-3/+54
| | | | | | 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)
* patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal2022-11-077-91/+43
| | | | | | | 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)
* patch 9.0.0843: VHS tape files are not recognizedv9.0.0843Carlos A Becker2022-11-073-0/+8
| | | | | Problem: VHS tape files are not recognized. Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes #11452)
* patch 9.0.0842: Unicode range for Apple SF symbols is outdatedv9.0.0842Yee Cheng Chin2022-11-072-6/+23
| | | | | Problem: Unicode range for Apple SF symbols is outdated. Solution: Update to SF Symbols 4. (Yee Cheng Chin, closes #11474)
* patch 9.0.0841: deletebufline() does not always return 1 on failurev9.0.0841zeertzjq2022-11-063-24/+40
| | | | | Problem: deletebufline() does not always return 1 on failure. Solution: Refactor the code to make it work more predictable. (closes #11511)
* patch 9.0.0840: cannot change a slice of a const listv9.0.0840Bram Moolenaar2022-11-063-0/+26
| | | | | Problem: Cannot change a slice of a const list. (Takumi KAGIYAMA) Solution: Remove the const flag from the slice type. (closes #11490)
* patch 9.0.0839: test may fail depending on sequence of eventsv9.0.0839Yee Cheng Chin2022-11-062-1/+4
| | | | | | Problem: Test may fail depending on sequence of events. Solution: Accept error codes in either order. (Yee Cheng Chin, closes #11510)
* patch 9.0.0838: compiler warnings for unused variablesv9.0.0838Bram Moolenaar2022-11-064-8/+7
| | | | | Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (John Marriott)
* patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar2022-11-056-22/+37
| | | | | Problem: append() reports failure when not appending anything. Solution: Only report failure when appending something. (closes #11498)
* patch 9.0.0836: wrong error when using extend() with funcrefv9.0.0836zeertzjq2022-11-055-13/+29
| | | | | Problem: Wrong error when using extend() with funcref. Solution: Better check the variable type. (closes #11468, closes #11455)
* patch 9.0.0835: the window title is not redrawn when 'endoffile' changesv9.0.0835K.Takata2022-11-052-12/+8
| | | | | | Problem: The window title is not redrawn when 'endoffile' changes. Solution: redraw the window title when 'endoffile' is changed. (Ken Takata, closes #11488)
* patch 9.0.0834: warning for missing return typev9.0.0834Sam James2022-11-053-2/+4
| | | | | Problem: Warning for missing return type. Solution: Add "int". (San James, closes #11496)
* patch 9.0.0833: Mac: no +sound feature in huge buildv9.0.0833Yee Cheng Chin2022-11-052-1/+3
| | | | | Problem: Mac: no +sound feature in huge build. Solution: Enable +sound in Mac huge build. (closes #11497)
* patch 9.0.0832: deprecation warning causes build failurev9.0.0832Philip H2022-11-052-0/+7
| | | | | Problem: Deprecation warning causes build failure. Solution: Suppress deprecation warning. (closes #11503)
* patch 9.0.0831: compiler warning for redefining HAVE_DUPv9.0.0831ichizok2022-11-042-0/+5
| | | | | Problem: Compiler warning for redefining HAVE_DUP. Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)
* patch 9.0.0830: compiling with Perl on Mac 12 failsv9.0.0830Philip H2022-11-042-0/+7
| | | | | Problem: Compiling with Perl on Mac 12 fails. Solution: Suppress infinite warnings. (closes #11499)
* patch 9.0.0829: wrong counts in macro commentv9.0.0829zeertzjq2022-11-042-2/+4
| | | | | Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480)
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-0256-84/+86
| | | | | Problem: Various typos. Solution: Correct typos. (closes #11432)
* patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm"v9.0.0827Bram Moolenaar2022-11-012-2/+4
| | | | | | | 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)
* patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata2022-11-016-19/+136
| | | | | | | 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)
* patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq2022-11-015-30/+49
| | | | | | Problem: Cannot drag an entry in the tabpage line. Solution: Clear dragwin instead of got_click. (closes #11483, closes #11482)
* patch 9.0.0824: crash when using win_move_separator() in other tab pagev9.0.0824zeertzjq2022-11-014-4/+27
| | | | | | Problem: Crash when using win_move_separator() in other tab page. Solution: Check for valid window in current tab page. (closes #11479, closes #11427)
* patch 9.0.0823: mouse drag test failsv9.0.0823Bram Moolenaar2022-10-313-3/+13
| | | | | | Problem: Mouse drag test fails. Solution: Only reset the mouse click flag when actually switching to another tab page. Disable test that keeps failing.
* patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar2022-10-315-10/+44
| | | | | Problem: Crash when dragging the statusline with a mapping. Solution: Check for valid window pointer. (issue #11427)
* patch 9.0.0820: memory leak with empty shell commandv9.0.0821Bram Moolenaar2022-10-314-0/+19
| | | | | Problem: Memory leak with empty shell command. Solution: Free the empty string.
* patch 9.0.0820: memory leak with empty shell commandv9.0.0820Bram Moolenaar2022-10-292-1/+8
| | | | | Problem: Memory leak with empty shell command. Solution: Free the empty string.
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-296-8/+20
|
* Update runtime filesBram Moolenaar2022-10-2824-305/+476
|
* Add missing entry for the 'endoffile' option.Bram Moolenaar2022-10-281-0/+1
|
* Fix wrong struct access for member.Bram Moolenaar2022-10-281-1/+1
|
* Revert unintended Makefile changeBram Moolenaar2022-10-281-1/+1
|
* patch 9.0.0818v9.0.0818Bram Moolenaar2022-10-221-0/+2
|
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-2210-14/+37
|
* patch 9.0.0815v9.0.0815Martin Tournoij2022-10-223-10/+10
|
* patch 9.0.0814: aws config files are not recognizedv9.0.0814Justin M. Keyes2022-10-213-1/+4
| | | | | | Problem: Aws config files are not recognized. Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416)
* patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813Bram Moolenaar2022-10-214-12/+64
| | | | | | | 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)
* patch 9.0.0812: GUI mouse scrollwheel mappings don't workv9.0.0812Christopher Plewright2022-10-212-1/+6
| | | | | Problem: GUI mouse scrollwheel mappings don't work. Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418)
* patch 9.0.0811: error if :echowin is preceded by a command modifierv9.0.0811Bram Moolenaar2022-10-213-2/+9
| | | | | | Problem: Error if :echowin is preceded by a command modifier. Solution: Do not give an error for range when there is a modifier. (closes #11414)
* patch 9.0.0810: readblob() returns empty when trying to read too muchv9.0.0810Bram Moolenaar2022-10-214-13/+32
| | | | | Problem: readblob() returns empty when trying to read too much. Solution: Return what is available.
* patch 9.0.0809: test for job writing to buffer failsv9.0.0809Bram Moolenaar2022-10-202-1/+6
| | | | | Problem: Test for job writing to buffer fails. Solution: Correct w_topline when deleting a buffer line.
* patch 9.0.0808: jsonnet filetype detection has a typov9.0.0808Maxime Brunet2022-10-203-2/+4
| | | | | Problem: jsonnet filetype detection has a typo. Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412)
* patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first columnv9.0.0807Bram Moolenaar2022-10-203-35/+64
| | | | | | Problem: With 'smoothscroll' typing "0" may not go to the first column. Solution: Recompute w_cline_height when needed. Do not scroll up when it would move the cursor.
* patch 9.0.0806: 'langmap' works differently when there are modifiersv9.0.0806zeertzjq2022-10-203-9/+55
| | | | | | Problem: 'langmap' works differently when there are modifiers. Solution: Only apply 'langmap' to a character where modifiers have no effect. (closes #11395, closes #11404)