Carlos A Becker
1756f4b218
patch 9.0.0843: VHS tape files are not recognized
...
Problem: VHS tape files are not recognized.
Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes #11452 )
2022-11-07 11:17:29 +00:00
Yee Cheng Chin
0e364c9fca
patch 9.0.0842: Unicode range for Apple SF symbols is outdated
...
Problem: Unicode range for Apple SF symbols is outdated.
Solution: Update to SF Symbols 4. (Yee Cheng Chin, closes #11474 )
2022-11-07 11:05:52 +00:00
zeertzjq
7af3ee2b83
patch 9.0.0841: deletebufline() does not always return 1 on failure
...
Problem: deletebufline() does not always return 1 on failure.
Solution: Refactor the code to make it work more predictable. (closes #11511 )
2022-11-06 22:26:05 +00:00
Bram Moolenaar
adbc08fd69
patch 9.0.0840: cannot change a slice of a const list
...
Problem: Cannot change a slice of a const list. (Takumi KAGIYAMA)
Solution: Remove the const flag from the slice type. (closes #11490 )
2022-11-06 18:27:17 +00:00
Yee Cheng Chin
69a8bb8dc1
patch 9.0.0839: test may fail depending on sequence of events
...
Problem: Test may fail depending on sequence of events.
Solution: Accept error codes in either order. (Yee Cheng Chin,
closes #11510 )
2022-11-06 12:25:47 +00:00
Bram Moolenaar
a25f718431
patch 9.0.0838: compiler warnings for unused variables
...
Problem: Compiler warnings for unused variables.
Solution: Addjust #ifdef and remove unused variables. (John Marriott)
2022-11-06 11:27:46 +00:00
Bram Moolenaar
cd9c8d400c
patch 9.0.0837: append() reports failure when not appending anything
...
Problem: append() reports failure when not appending anything.
Solution: Only report failure when appending something. (closes #11498 )
2022-11-05 23:46:43 +00:00
zeertzjq
91c75d18d9
patch 9.0.0836: wrong error when using extend() with funcref
...
Problem: Wrong error when using extend() with funcref.
Solution: Better check the variable type. (closes #11468 , closes #11455 )
2022-11-05 20:21:58 +00:00
K.Takata
845bbb72ed
patch 9.0.0835: the window title is not redrawn when 'endoffile' changes
...
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-05 18:31:19 +00:00
Sam James
f8ea10677d
patch 9.0.0834: warning for missing return type
...
Problem: Warning for missing return type.
Solution: Add "int". (San James, closes #11496 )
2022-11-05 15:13:50 +00:00
Yee Cheng Chin
25b8420c2b
patch 9.0.0833: Mac: no +sound feature in huge build
...
Problem: Mac: no +sound feature in huge build.
Solution: Enable +sound in Mac huge build. (closes #11497 )
2022-11-05 14:23:14 +00:00
Philip H
5a5f17f9b3
patch 9.0.0832: deprecation warning causes build failure
...
Problem: Deprecation warning causes build failure.
Solution: Suppress deprecation warning. (closes #11503 )
2022-11-05 14:05:31 +00:00
ichizok
6c3d3e6904
patch 9.0.0831: compiler warning for redefining HAVE_DUP
...
Problem: Compiler warning for redefining HAVE_DUP.
Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484 )
2022-11-04 22:38:11 +00:00
Philip H
5375205761
patch 9.0.0830: compiling with Perl on Mac 12 fails
...
Problem: Compiling with Perl on Mac 12 fails.
Solution: Suppress infinite warnings. (closes #11499 )
2022-11-04 22:32:21 +00:00
zeertzjq
3d19c81a11
patch 9.0.0829: wrong counts in macro comment
...
Problem: Wrong counts in macro comment.
Solution: Update the value counts. (closes #11480 )
2022-11-04 21:58:36 +00:00
dundargoc
c57b5bcd22
patch 9.0.0828: various typos
...
Problem: Various typos.
Solution: Correct typos. (closes #11432 )
2022-11-02 13:30:51 +00:00
Bram Moolenaar
1410d1841b
patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm"
...
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-01 22:04:40 +00:00
K.Takata
3af982196b
patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong place
...
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-01 20:36:19 +00:00
zeertzjq
8e0ccb6bc2
patch 9.0.0825: cannot drag an entry in the tabpage line
...
Problem: Cannot drag an entry in the tabpage line.
Solution: Clear dragwin instead of got_click. (closes #11483 ,
closes #11482 )
2022-11-01 18:35:27 +00:00
zeertzjq
873f41a018
patch 9.0.0824: crash when using win_move_separator() in other tab page
...
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-11-01 11:44:43 +00:00
Bram Moolenaar
7a7db047dc
patch 9.0.0823: mouse drag test fails
...
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-31 23:07:11 +00:00
Bram Moolenaar
8ab9ca93ee
patch 9.0.0822: crash when dragging the statusline with a mapping
...
Problem: Crash when dragging the statusline with a mapping.
Solution: Check for valid window pointer. (issue #11427 )
2022-10-31 13:06:26 +00:00
Bram Moolenaar
86e6717ace
patch 9.0.0820: memory leak with empty shell command
...
Problem: Memory leak with empty shell command.
Solution: Free the empty string.
2022-10-31 12:24:12 +00:00
Bram Moolenaar
03d6e6f42b
patch 9.0.0820: memory leak with empty shell command
...
Problem: Memory leak with empty shell command.
Solution: Free the empty string.
2022-10-29 21:53:08 +01:00
Bram Moolenaar
1577537f10
patch 9.0.0819
2022-10-29 20:01:52 +01:00
Bram Moolenaar
3f68a4136e
Add missing entry for the 'endoffile' option.
2022-10-28 17:04:21 +01:00
Bram Moolenaar
72c8e3c070
Fix wrong struct access for member.
2022-10-28 16:51:46 +01:00
Bram Moolenaar
f0b567e32a
Revert unintended Makefile change
2022-10-28 16:47:14 +01:00
Bram Moolenaar
ad353244f2
patch 9.0.0818
2022-10-22 12:23:12 +01:00
Bram Moolenaar
fb0cf2357e
patch 9.0.0817
2022-10-22 11:25:19 +01:00
Martin Tournoij
9c50eeb401
patch 9.0.0815
2022-10-22 09:02:56 +01:00
Justin M. Keyes
436e5d395f
patch 9.0.0814: aws config files are not recognized
...
Problem: Aws config files are not recognized.
Solution: Use "confini" for aws config files. (Justin M. Keyes,
closes #11416 )
2022-10-21 14:34:25 +01:00
Bram Moolenaar
4bc85f23ed
patch 9.0.0813: Kitty terminal is not recognized
...
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-21 14:17:24 +01:00
Christopher Plewright
7fa02bcb3b
patch 9.0.0812: GUI mouse scrollwheel mappings don't work
...
Problem: GUI mouse scrollwheel mappings don't work.
Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418 )
2022-10-21 13:03:33 +01:00
Bram Moolenaar
2435adf8eb
patch 9.0.0811: error if :echowin is preceded by a command modifier
...
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 )
2022-10-21 12:05:46 +01:00
Bram Moolenaar
5b2a3d77d3
patch 9.0.0810: readblob() returns empty when trying to read too much
...
Problem: readblob() returns empty when trying to read too much.
Solution: Return what is available.
2022-10-21 11:25:30 +01:00
Bram Moolenaar
63c84731c1
patch 9.0.0809: test for job writing to buffer fails
...
Problem: Test for job writing to buffer fails.
Solution: Correct w_topline when deleting a buffer line.
2022-10-20 21:14:19 +01:00
Maxime Brunet
6c8bc37a10
patch 9.0.0808: jsonnet filetype detection has a typo
...
Problem: jsonnet filetype detection has a typo.
Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412 )
2022-10-20 20:52:44 +01:00
Bram Moolenaar
d5337efece
patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first column
...
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.
2022-10-20 20:15:47 +01:00
zeertzjq
49660f5139
patch 9.0.0806: 'langmap' works differently when there are modifiers
...
Problem: 'langmap' works differently when there are modifiers.
Solution: Only apply 'langmap' to a character where modifiers have no
effect. (closes #11395 , closes #11404 )
2022-10-20 17:59:38 +01:00
Bram Moolenaar
d0fab10ed2
patch 9.0.0805: filetype autocmd may cause freed memory access
...
Problem: Filetype autocmd may cause freed memory access.
Solution: Set the quickfix-busy flag while filling the buffer.
2022-10-20 16:03:33 +01:00
Bram Moolenaar
cdef1cefa2
patch 9.0.0804: crash when trying to divide a number by -1
...
Problem: Crash when trying to divice the largest negative number by -1.
Solution: Handle this case specifically.
2022-10-20 14:17:18 +01:00
K.Takata
43625762a9
patch 9.0.0803: readblob() cannot read from character device
...
Problem: readblob() cannot read from character device.
Solution: Use S_ISCHR() to not check the size. (Ken Takata, closes #11407 )
2022-10-20 13:28:51 +01:00
Christopher Plewright
4c36678ffd
patch 9.0.0802: MS-Windows: cannot map console mouse scroll events
...
Problem: MS-Windows: cannot map console mouse scroll events.
Solution: Change CSI to K_SPECIAL when checking for a mapping. (Christopher
Plewright, closes #11410 )
2022-10-20 13:11:15 +01:00
Bram Moolenaar
7609c88eed
patch 9.0.0801: the modifyOtherKeys flag is set when it should not
...
Problem: The modifyOtherKeys flag is set when it should not.
Solution: Do not handle special key codes with a modifer value above 16 as a
modifyOtherKeys value. (issue #11403 )
2022-10-19 20:07:09 +01:00
Bram Moolenaar
d505c8220d
patch 9.0.0800: compiler complains about repeated typedef
...
Problem: Compiler complains about repeated typedef.
Solution: Remove one typedef.
2022-10-19 19:24:48 +01:00
Bram Moolenaar
d0fbb41eaa
patch 9.0.0799: in compiled function ->() on next line not recognized
...
Problem: In compiled function ->() on next line not recognized.
Solution: Also check for "(". (closes #11405 )
2022-10-19 18:04:49 +01:00
Marwin Glaser
3c708c4390
patch 9.0.0798: clang format configuration files are not recognized
...
Problem: Clang format configuration files are not recognized.
Solution: Use yaml for Clang format configuration files. (Marwin Glaser,
closes #11398 )
2022-10-19 15:39:49 +01:00
zeertzjq
df63f05c3a
patch 9.0.0797: order of assert function arguments is reverted
...
Problem: Order of assert function arguments is reverted.
Solution: Swap the arguments. (closes #11399 )
2022-10-19 15:12:54 +01:00
Bram Moolenaar
060b838488
patch 9.0.0796: mapping test fails in some situations
...
Problem: Mapping test fails in some situations.
Solution: Find the line with the verbose information.
2022-10-19 14:48:14 +01:00