]>
granicus.if.org Git - vim/log
Bram Moolenaar [Sun, 12 Jul 2020 18:49:29 +0000 (20:49 +0200)]
patch 8.2.1197: clientserver test still fails on MS-Windows
Problem: Clientserver test still fails on MS-Windows.
Solution: Expect a different error message.
Bram Moolenaar [Sun, 12 Jul 2020 18:44:37 +0000 (20:44 +0200)]
patch 8.2.1196: build failure with normal features
Problem: Build failure with normal features.
Solution: Add #ifdef.
Bram Moolenaar [Sun, 12 Jul 2020 18:00:24 +0000 (20:00 +0200)]
patch 8.2.1195: clientserver test fails on MS-Windows
Problem: Clientserver test fails on MS-Windows.
Solution: Expect a different error message.
Bram Moolenaar [Sun, 12 Jul 2020 17:52:36 +0000 (19:52 +0200)]
patch 8.2.1194: test failure because shell prompt differs
Problem: Test failure because shell prompt differs.
Solution: Set the shell prompt.
Bram Moolenaar [Sun, 12 Jul 2020 17:24:10 +0000 (19:24 +0200)]
patch 8.2.1193: terminal window not redrawn when dragging a popup window
Problem: Terminal window not redrawn when dragging a popup window over it.
Solution: Redraw terminal window. (fixes #6438)
Bram Moolenaar [Sun, 12 Jul 2020 16:33:53 +0000 (18:33 +0200)]
patch 8.2.1192: Lua test fails with older Lua version
Problem: Lua test fails with older Lua version.
Solution: Adjust expected error messages. (closes #6444)
Bram Moolenaar [Sun, 12 Jul 2020 15:31:09 +0000 (17:31 +0200)]
patch 8.2.1191: Vim9: crash when function calls itself
Problem: Vim9: crash when function calls itself.
Solution: Add status UF_COMPILING. (closes #6441)
Bram Moolenaar [Sun, 12 Jul 2020 15:07:05 +0000 (17:07 +0200)]
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
Problem: Vim9: checking for Vim9 syntax is spread out.
Solution: Use in_vim9script().
Bram Moolenaar [Sun, 12 Jul 2020 14:32:19 +0000 (16:32 +0200)]
patch 8.2.1189: Vim9: line continuation in lambda doesn't always work
Problem: Vim9: line continuation in lambda doesn't always work.
Solution: Do not use a local evalarg unless there isn't one. (closes #6439)
Bram Moolenaar [Sun, 12 Jul 2020 12:34:00 +0000 (14:34 +0200)]
patch 8.2.1188: memory leak with invalid json input
Problem: Memory leak with invalid json input.
Solution: Free all keys at the end. (Dominique Pellé, closes #6443,
closes #6442)
Bram Moolenaar [Sun, 12 Jul 2020 12:09:23 +0000 (14:09 +0200)]
patch 8.2.1187: terminal2 test sometimes hangs in the GUI on Travis
Problem: Terminal2 test sometimes hangs in the GUI on Travis.
Solution: Disable Test_zz2_terminal_guioptions_bang() for now.
Bram Moolenaar [Sun, 12 Jul 2020 11:47:42 +0000 (13:47 +0200)]
patch 8.2.1186: with SGR mouse codes balloon doesn't show up after click
Problem: With SGR mouse codes balloon doesn't show up after click.
Solution: Add the MOUSE_RELEASE bits to mouse_code.
Bram Moolenaar [Sat, 11 Jul 2020 20:49:59 +0000 (22:49 +0200)]
patch 8.2.1185: some other tests fail
Problem: Some other tests fail.
Solution: Adjust tests for different assert_fails() behavior.
Bram Moolenaar [Sat, 11 Jul 2020 20:25:57 +0000 (22:25 +0200)]
patch 8.2.1184: some tests fail
Problem: Some tests fail.
Solution: Adjust tests for different assert_fails() behavior. Remove unused
variable.
Bram Moolenaar [Sat, 11 Jul 2020 20:14:59 +0000 (22:14 +0200)]
patch 8.2.1183: assert_fails() checks the last error message
Problem: assert_fails() checks the last error message.
Solution: Check the first error, it is more relevant. Fix all the tests
that rely on the old behavior.
Bram Moolenaar [Sat, 11 Jul 2020 13:20:48 +0000 (15:20 +0200)]
patch 8.2.1182: Vim9: no check for whitespace after comma in lambda
Problem: Vim9: no check for whitespace after comma in lambda.
Solution: Give error if white space is missing.
Bram Moolenaar [Sat, 11 Jul 2020 12:26:08 +0000 (14:26 +0200)]
patch 8.2.1181: json code not fully tested
Problem: Json code not fully tested.
Solution: Add more test coverage. (Dominique Pellé, closes #6433)
Bram Moolenaar [Sat, 11 Jul 2020 12:08:04 +0000 (14:08 +0200)]
patch 8.2.1180: build failure in small version
Problem: Build failure in small version.
Solution: Add #ifdef.
Bram Moolenaar [Sat, 11 Jul 2020 12:04:28 +0000 (14:04 +0200)]
patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI
Problem: Test_termwinscroll() sometimes hangs in the GUI.
Solution: Skip the test in the GUI.
Bram Moolenaar [Sat, 11 Jul 2020 11:40:45 +0000 (13:40 +0200)]
patch 8.2.1178: Vim9: filter function recognized as command modifier
Problem: Vim9: filter function recognized as command modifier, leading to a
crash.
Solution: Clear cmdmod after freeing items. Do not recognize a command
modifier followed by non-white space. (closes #6434)
Bram Moolenaar [Sat, 11 Jul 2020 11:09:36 +0000 (13:09 +0200)]
patch 8.2.1177: terminal2 test sometimes hangs in the GUI
Problem: Terminal2 test sometimes hangs in the GUI.
Solution: Move some tests to other files to further locate the problem.
Set the GUI to a fixed screen size.
Bram Moolenaar [Fri, 10 Jul 2020 20:45:38 +0000 (22:45 +0200)]
patch 8.2.1176: Vim9: not enough type checking in Vim9 script
Problem: Vim9: not enough type checking in Vim9 script.
Solution: Use same type checking as in a :def function.
Bram Moolenaar [Fri, 10 Jul 2020 20:00:53 +0000 (22:00 +0200)]
Update runtime files
Bram Moolenaar [Fri, 10 Jul 2020 19:50:41 +0000 (21:50 +0200)]
patch 8.2.1175: Vim9: cannot split a line before ".member"
Problem: Vim9: Cannot split a line before ".member".
Solution: Check for ".member" after line break.
Bram Moolenaar [Fri, 10 Jul 2020 19:17:51 +0000 (21:17 +0200)]
patch 8.2.1174: no test for the "recording @x" message
Problem: No test for the "recording @x" message.
Solution: Add a test. (Dominique Pellé, closes #6427)
Bram Moolenaar [Fri, 10 Jul 2020 18:45:31 +0000 (20:45 +0200)]
patch 8.2.1173: tee doesn't build on some systems
Problem: Tee doesn't build on some systems.
Solution: Include header files. (Dominique Pelle, closes #6431)
Bram Moolenaar [Fri, 10 Jul 2020 18:40:23 +0000 (20:40 +0200)]
patch 8.2.1172: error messages when doing "make clean" in doc or tee
Problem: Error messages when doing "make clean" in the runtime/doc or
src/tee directories.
Solution: Use "rm -f".
Bram Moolenaar [Fri, 10 Jul 2020 18:30:12 +0000 (20:30 +0200)]
patch 8.2.1171: possible crash when out of memory
Problem: Possible crash when out of memory.
Solution: Check for NULL pointer. (Dominique Pellé, closes #6432)
Bram Moolenaar [Fri, 10 Jul 2020 18:24:07 +0000 (20:24 +0200)]
patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all"
Problem: Cursor off by one with block paste while 'virtualedit' is "all".
Solution: Adjust condition. (Hugo Gualandi, closes #6430)
Bram Moolenaar [Fri, 10 Jul 2020 18:03:03 +0000 (20:03 +0200)]
patch 8.2.1169: write NUL past allocated space using corrupted spell file
Problem: Write NUL past allocated space using corrupted spell file.
(Markus Vervier)
Solution: Init "c" every time.
Bram Moolenaar [Thu, 9 Jul 2020 20:53:30 +0000 (22:53 +0200)]
patch 8.2.1168: wrong method argument for appendbufline()
Problem: Wrong method argument for appendbufline().
Solution: Use FEARG_3.
Bram Moolenaar [Thu, 9 Jul 2020 19:20:47 +0000 (21:20 +0200)]
patch 8.2.1167: Vim9: builtin function method call only supports first arg
Problem: Vim9: builtin function method call only supports first argument.
Solution: Shift arguments when needed. (closes #6305, closes #6419)
Bram Moolenaar [Thu, 9 Jul 2020 17:16:35 +0000 (19:16 +0200)]
patch 8.2.1166: once mouse move events are enabled getchar() returns them
Problem: Once mouse move events are enabled getchar() returns them.
Solution: Ignore K_MOUSEMOVE in getchar(). (closes #6424)
Bram Moolenaar [Thu, 9 Jul 2020 16:49:23 +0000 (18:49 +0200)]
patch 8.2.1165: insufficient testing for the Tcl interface
Problem: Insufficient testing for the Tcl interface.
Solution: Add more tests. (Yegappan Lakshmanan, closes #6423)
Bram Moolenaar [Wed, 8 Jul 2020 21:09:28 +0000 (23:09 +0200)]
patch 8.2.1164: text cleared by checking terminal properties not redrawn
Problem: Text cleared by checking terminal properties not redrawn. (Alexey
Radkov)
Solution: Mark the screen characters as invalid. (closes #6422)
Bram Moolenaar [Wed, 8 Jul 2020 20:36:17 +0000 (22:36 +0200)]
patch 8.2.1163: build error
Problem: Build error.
Solution: Add missing change to globals.
Bram Moolenaar [Wed, 8 Jul 2020 20:24:09 +0000 (22:24 +0200)]
patch 8.2.1162: crash when using a lambda
Problem: Crash when using a lambda.
Solution: Check for evalarg to be NULL.
Bram Moolenaar [Wed, 8 Jul 2020 20:01:49 +0000 (22:01 +0200)]
patch 8.2.1161: Vim9: using freed memory
Problem: Vim9: using freed memory.
Solution: Put pointer back in evalarg instead of freeing it.
Bram Moolenaar [Wed, 8 Jul 2020 17:35:21 +0000 (19:35 +0200)]
patch 8.2.1160: Vim9: memory leak in allocated types
Problem: Vim9: memory leak in allocated types.
Solution: Free the type pointers.
Bram Moolenaar [Wed, 8 Jul 2020 16:38:08 +0000 (18:38 +0200)]
patch 8.2.1159: Vim9: no error for missing space after a comma
Problem: Vim9: no error for missing space after a comma.
Solution: Check for white space.
Bram Moolenaar [Wed, 8 Jul 2020 16:34:57 +0000 (18:34 +0200)]
patch 8.2.1158: build error
Problem: Build error.
Solution: Add missing change to globals.
Bram Moolenaar [Wed, 8 Jul 2020 16:30:06 +0000 (18:30 +0200)]
patch 8.2.1157: Vim9: dict.name is not recognized as an expression
Problem: Vim9: dict.name is not recognized as an expression.
Solution: Recognize ".name". (closes #6418)
Bram Moolenaar [Wed, 8 Jul 2020 15:47:57 +0000 (17:47 +0200)]
patch 8.2.1156: Vim9: No error for invalid command in compiled function
Problem: Vim9: No error for invalid command in compiled function.
Solution: Handle CMD_SIZE.
Bram Moolenaar [Wed, 8 Jul 2020 15:36:21 +0000 (17:36 +0200)]
patch 8.2.1155: Vim9: cannot handle line break inside lambda
Problem: Vim9: cannot handle line break inside lambda.
Solution: Pass the compilation context through. (closes #6407, closes #6409)
Bram Moolenaar [Wed, 8 Jul 2020 13:16:19 +0000 (15:16 +0200)]
patch 8.2.1154: Vim9: crash when using imported function
Problem: Vim9: crash when using imported function.
Solution: Check for a function type. Set the script context when calling a
function. (closes #6412)
Bram Moolenaar [Tue, 7 Jul 2020 21:31:36 +0000 (23:31 +0200)]
patch 8.2.1153: Vim9: script test fails on some systems
Problem: Vim9: script test fails on some systems.
Solution: Return proper value from Compare().
Bram Moolenaar [Tue, 7 Jul 2020 20:50:12 +0000 (22:50 +0200)]
patch 8.2.1152: Vim9: function reference is missing script prefix
Problem: Vim9: function reference is missing script prefix.
Solution: Use the actual function name instead of the name searched for in
the script context. (closes #6412)
Bram Moolenaar [Tue, 7 Jul 2020 18:50:39 +0000 (20:50 +0200)]
patch 8.2.1151: insufficient test coverage for Python
Problem: Insufficient test coverage for Python.
Solution: Add more test cases. (Yegappan Lakshmanan, closes #6415)
Bram Moolenaar [Tue, 7 Jul 2020 18:12:54 +0000 (20:12 +0200)]
patch 8.2.1150: ml_get error when using Python
Problem: ml_get error when using Python. (Yegappan Lakshmanan)
Solution: Check the line number is not out of range. Call "Check" with
"fromObj" instead of "from".
Bram Moolenaar [Mon, 6 Jul 2020 21:04:49 +0000 (23:04 +0200)]
patch 8.2.1149: Vim9: :eval command not handled properly
Problem: Vim9: :eval command not handled properly.
Solution: Compile the :eval command. (closes #6408)
Bram Moolenaar [Mon, 6 Jul 2020 19:53:17 +0000 (21:53 +0200)]
patch 8.2.1148: warning for using int instead of size_t
Problem: Warning for using int instead of size_t.
Solution: Change "len" argument to size_t. (Mike Williams)
Bram Moolenaar [Mon, 6 Jul 2020 19:24:57 +0000 (21:24 +0200)]
patch 8.2.1147: :confirm may happen in cooked mode
Problem: :confirm may happen in cooked mode. (Jason Franklin)
Solution: Switch to raw mode before prompting. (Brandon Pfeifer)
Bram Moolenaar [Mon, 6 Jul 2020 19:03:06 +0000 (21:03 +0200)]
patch 8.2.1146: not enough testing for Python
Problem: Not enough testing for Python.
Solution: Add more tests. Fix uncovered problems. (Yegappan Lakshmanan,
closes #6392)
Bram Moolenaar [Sun, 5 Jul 2020 19:38:11 +0000 (21:38 +0200)]
patch 8.2.1145: Vim9: "for" only accepts a list at compile time
Problem: Vim9: "for" only accepts a list at compile time.
Solution: Also accept a list at runtime.
Bram Moolenaar [Sun, 5 Jul 2020 19:10:24 +0000 (21:10 +0200)]
patch 8.2.1144: Vim9: return type of reverse() is any
Problem: Vim9: return type of reverse() is any.
Solution: Use the type of the first argument.
Bram Moolenaar [Sun, 5 Jul 2020 18:55:29 +0000 (20:55 +0200)]
patch 8.2.1143: Vim9: return type of remove() is any
Problem: Vim9: return type of remove() is any.
Solution: Use the member type of the first argument, if known.
Bram Moolenaar [Sun, 5 Jul 2020 18:47:18 +0000 (20:47 +0200)]
patch 8.2.1142: Vim9: return type of insert() is any
Problem: Vim9: return type of insert() is any.
Solution: Use type of the first argument.
Bram Moolenaar [Sun, 5 Jul 2020 18:16:41 +0000 (20:16 +0200)]
patch 8.2.1141: Vim9: return type of filter() is any
Problem: Vim9: return type of filter() is any.
Solution: Use type of the argument.
Bram Moolenaar [Sun, 5 Jul 2020 18:08:39 +0000 (20:08 +0200)]
patch 8.2.1140: Vim9: return type of extend() is any
Problem: Vim9: return type of extend() is any.
Solution: Use type of the argument.
Bram Moolenaar [Sun, 5 Jul 2020 16:48:23 +0000 (18:48 +0200)]
patch 8.2.1139: Vim9: test for silent echo fails in some environments
Problem: Vim9: test for silent echo fails in some environments.
Solution: Use :function instead of :def.
Bram Moolenaar [Sun, 5 Jul 2020 16:41:08 +0000 (18:41 +0200)]
patch 8.2.1138: Vim9: return type of copy() and deepcopy() is any
Problem: Vim9: return type of copy() and deepcopy() is any.
Solution: Use type of the argument.
Bram Moolenaar [Sun, 5 Jul 2020 16:18:42 +0000 (18:18 +0200)]
patch 8.2.1137: Vim9: modifiers not cleared after compiling function
Problem: Vim9: modifiers not cleared after compiling function.
Solution: Clear command modifiers. (closes #6396)
Bram Moolenaar [Sun, 5 Jul 2020 15:04:13 +0000 (17:04 +0200)]
patch 8.2.1136: Vim9: return type of argv() is always any
Problem: Vim9: return type of argv() is always any.
Solution: Use list<string> if there is no argument.
Bram Moolenaar [Sun, 5 Jul 2020 14:51:26 +0000 (16:51 +0200)]
patch 8.2.1135: Vim9: getting a dict member may not work
Problem: Vim9: getting a dict member may not work.
Solution: Clear the dict only after copying the item.
Bram Moolenaar [Sun, 5 Jul 2020 14:42:13 +0000 (16:42 +0200)]
patch 8.2.1134: Vim9: getting a list member may not work
Problem: Vim9: getting a list member may not work.
Solution: Clear the list only after copying the item. (closes #6393)
Bram Moolenaar [Sun, 5 Jul 2020 14:07:21 +0000 (16:07 +0200)]
patch 8.2.1133: Vim9: return type of add() is not specific enough
Problem: Vim9: return type of add() is not specific enough.
Solution: Return the type of the first argument. (closes #6395)
Bram Moolenaar [Sun, 5 Jul 2020 14:01:56 +0000 (16:01 +0200)]
patch 8.2.1132: Vim9: return type of repeat() is not specific enough
Problem: Vim9: return type of repeat() is not specific enough.
Solution: Return the type of the first argument. (closes #6395)
Bram Moolenaar [Sun, 5 Jul 2020 13:52:19 +0000 (15:52 +0200)]
patch 8.2.1131: Vim9: error message for returning a value is not clear
Problem: Vim9: error message for returning a value in a function that does
not return anything is not clear.
Solution: Add a specific message.
Bram Moolenaar [Sun, 5 Jul 2020 13:32:17 +0000 (15:32 +0200)]
patch 8.2.1130: Vim9: bar not recognized after function call
Problem: Vim9: bar not recognized after function call
Solution: Skip whitespace. (closes #6391)
Bram Moolenaar [Sun, 5 Jul 2020 12:57:51 +0000 (14:57 +0200)]
patch 8.2.1129: Vim9: bar not recognized after not compiled command
Problem: Vim9: bar not recognized after not compiled command.
Solution: Check for bar for commands where this is possible. (closes #6391)
Bram Moolenaar [Sun, 5 Jul 2020 12:10:13 +0000 (14:10 +0200)]
patch 8.2.1128: the write message mentions characters, but it's bytes
Problem: The write message mentions characters, but it's actually bytes.
Solution: Change "C" to "B" and "characters" to "bytes".
Bram Moolenaar [Sat, 4 Jul 2020 17:19:43 +0000 (19:19 +0200)]
patch 8.2.1127: Vim9: getting a dict member may not work
Problem: Vim9: getting a dict member may not work.
Solution: Clear the dict only after copying the item. (closes #6390)
Bram Moolenaar [Sat, 4 Jul 2020 15:39:10 +0000 (17:39 +0200)]
patch 8.2.1126: Vim9: using :copen causes an error
Problem: Vim9: using :copen causes an error.
Solution: Add flag LET_NO_COMMAND in set_var().
Bram Moolenaar [Sat, 4 Jul 2020 12:15:00 +0000 (14:15 +0200)]
patch 8.2.1125: Vim9: double quote can be a string or a comment
Problem: Vim9: double quote can be a string or a comment.
Solution: Only support comments starting with # to avoid confusion.
Bram Moolenaar [Sat, 4 Jul 2020 11:15:31 +0000 (13:15 +0200)]
patch 8.2.1124: Vim9: no line break allowed in :import command
Problem: Vim9: no line break allowed in :import command.
Solution: Skip over line breaks.
Bram Moolenaar [Fri, 3 Jul 2020 19:17:34 +0000 (21:17 +0200)]
patch 8.2.1123: Python 3 test is old style
Problem: Python 3 test is old style.
Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
Bram Moolenaar [Fri, 3 Jul 2020 19:09:52 +0000 (21:09 +0200)]
patch 8.2.1122: Vim9: line continuation in dict member not recognized
Problem: Vim9: line continuation in dict member not recognized.
Solution: Check for line continuation.
Bram Moolenaar [Fri, 3 Jul 2020 16:15:06 +0000 (18:15 +0200)]
patch 8.2.1121: command completion not working after ++arg
Problem: Command completion not working after ++arg.
Solution: Move skipping up. (Christian Brabandt, closes #6382)
Bram Moolenaar [Fri, 3 Jul 2020 16:00:05 +0000 (18:00 +0200)]
patch 8.2.1120: Python code not tested properly
Problem: Python code not tested properly.
Solution: Add more tests and convert old-style test into new-style test.
(Yegappan Lakshmanan, closes #6370)
Bram Moolenaar [Thu, 2 Jul 2020 20:50:37 +0000 (22:50 +0200)]
patch 8.2.1119: configure fails with Xcode 12 beta
Problem: Configure fails with Xcode 12 beta.
Solution: use "return" instead of "exit()". (Nico Weber, closes #6381)
Bram Moolenaar [Thu, 2 Jul 2020 19:23:42 +0000 (21:23 +0200)]
patch 8.2.1118: condition can never be true, dead code
Problem: Condition can never be true, dead code.
Solution: Remove the dead code.
Bram Moolenaar [Thu, 2 Jul 2020 19:17:57 +0000 (21:17 +0200)]
patch 8.2.1117: Coverity warns for unsing unitialized field
Problem: Coverity warns for unsing unitialized field.
Solution: Initialize v_lock.
Bram Moolenaar [Thu, 2 Jul 2020 19:11:34 +0000 (21:11 +0200)]
patch 8.2.1116: Vim9: parsing command checks for list twice
Problem: Vim9: parsing command checks for list twice.
Solution: Adjust how a command is parsed.
Bram Moolenaar [Thu, 2 Jul 2020 18:59:05 +0000 (20:59 +0200)]
patch 8.2.1115: iminsert test fails when compiled with VIMDLL
Problem: Iminsert test fails when compiled with VIMDLL.
Solution: Change condition. (Ken Takata, closes #6376)
Bram Moolenaar [Wed, 1 Jul 2020 19:53:50 +0000 (21:53 +0200)]
patch 8.2.1114: terminal test sometimes times out
Problem: Terminal test sometimes times out.
Solution: Split the test in two parts.
Bram Moolenaar [Wed, 1 Jul 2020 18:19:37 +0000 (20:19 +0200)]
patch 8.2.1113: no test for verbose output of :call
Problem: No test for verbose output of :call.
Solution: Add a test.
Bram Moolenaar [Wed, 1 Jul 2020 18:07:14 +0000 (20:07 +0200)]
patch 8.2.1112: Vim9: no line continuation allowed in method call
Problem: Vim9: no line continuation allowed in method call.
Solution: Handle line continuation in expression before method call.
Bram Moolenaar [Wed, 1 Jul 2020 16:29:55 +0000 (18:29 +0200)]
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
Problem: Inconsistent naming of get_list_tv() and eval_dict().
Solution: Rename get_list_tv() to eval_list(). Similarly for eval_number(),
eval_string(), eval_lit_string() and a few others.
Bram Moolenaar [Wed, 1 Jul 2020 15:28:33 +0000 (17:28 +0200)]
patch 8.2.1110: Vim9: line continuation does not work in function arguments
Problem: Vim9: line continuation does not work in function arguments.
Solution: Pass "evalarg" to get_func_tv(). Fix seeing double quoted string
as comment.
Bram Moolenaar [Wed, 1 Jul 2020 14:00:44 +0000 (16:00 +0200)]
patch 8.2.1109: still crashing when using s:variable
Problem: Still crashing when using s:variable.
Solution: Remove assignment. (Ken Takata)
Bram Moolenaar [Wed, 1 Jul 2020 13:49:29 +0000 (15:49 +0200)]
patch 8.2.1108: mouse left-right scroll is not supported in terminal window
Problem: Mouse left-right scroll is not supported in terminal window.
Solution: Implement mouse codes 6 and 7. (Trygve Aaberge, closes #6363)
Bram Moolenaar [Wed, 1 Jul 2020 13:12:44 +0000 (15:12 +0200)]
patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI
Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI.
Solution: Adjust the #ifdefs. (closes #6367)
Bram Moolenaar [Wed, 1 Jul 2020 12:38:12 +0000 (14:38 +0200)]
patch 8.2.1106: crash when trying to use s: variable in typed command
Problem: Crash when trying to use s: variable in typed command.
Solution: Don't use the script index when not set. (Ken Takata,
closes #6366)
Bram Moolenaar [Wed, 1 Jul 2020 11:52:55 +0000 (13:52 +0200)]
patch 8.2.1105: insufficient test coverage for Lua
Problem: Insufficient test coverage for Lua.
Solution: Add tests. (Yegappan Lakshmanan, closes #6368) Fix uncovered
memory leak. Avoid unnecessary copy/free.
Bram Moolenaar [Wed, 1 Jul 2020 11:15:24 +0000 (13:15 +0200)]
patch 8.2.1104: Coverity warnts for possible NULL pointer use
Problem: Coverity warnts for possible NULL pointer use.
Solution: Check "pbyts" is not NULL.
Bram Moolenaar [Wed, 1 Jul 2020 11:07:37 +0000 (13:07 +0200)]
patch 8.2.1103: Coverity reports an unnecessary NULL check
Problem: Coverity reports an unnecessary NULL check.
Solution: Remove the check for NULL.
Bram Moolenaar [Wed, 1 Jul 2020 11:04:05 +0000 (13:04 +0200)]
patch 8.2.1102: Coverity gets confused by an unnecessary NULL check
Problem: Coverity gets confused by an unnecessary NULL check.
Solution: Remove the check for NULL.
Bram Moolenaar [Tue, 30 Jun 2020 20:11:44 +0000 (22:11 +0200)]
patch 8.2.1101: no error when using wrong arguments for setqflist()
Problem: No error when using wrong arguments for setqflist() or
setloclist().
Solution: Check for the error.
Bram Moolenaar [Tue, 30 Jun 2020 20:02:02 +0000 (22:02 +0200)]
patch 8.2.1100: Vim9: cannot use line break in :execute argument
Problem: Vim9: cannot use line break in :execute, :echomsg and :echoerr
argument.
Solution: Check for line break.
Bram Moolenaar [Tue, 30 Jun 2020 19:18:36 +0000 (21:18 +0200)]
patch 8.2.1099: Vim9: cannot use line break in :cexpr argument
Problem: Vim9: cannot use line break in :cexpr argument.
Solution: Check for line break.