]>
granicus.if.org Git - vim/log
Bram Moolenaar [Sat, 31 Jul 2021 20:51:10 +0000 (22:51 +0200)]
patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator
Problem: Vim9: "..=" does not accept same types as the ".." operator.
Solution: Convert value to string like ".." does. (issue #8664)
Bram Moolenaar [Sat, 31 Jul 2021 20:17:28 +0000 (22:17 +0200)]
patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined
Problem: Build failure when ABORT_ON_INTERNAL_ERROR is defined.
Solution: Adjust how estack_len_before is used.
Bram Moolenaar [Sat, 31 Jul 2021 20:03:59 +0000 (22:03 +0200)]
patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number
Problem: Vim9: when compiling repeat(123, N) return type is number.
Solution: Make return type a string. (closes #8664)
Bram Moolenaar [Sat, 31 Jul 2021 19:44:35 +0000 (21:44 +0200)]
patch 8.2.3260: build failure with small features
Problem: Build failure with small features.
Solution: Add #ifdef.
Bram Moolenaar [Sat, 31 Jul 2021 19:32:31 +0000 (21:32 +0200)]
patch 8.2.3259: when 'indentexpr' causes an error did_throw may hang
Problem: When 'indentexpr' causes an error the did_throw flag may remain
set.
Solution: Reset did_throw and show the error. (closes #8677)
Bram Moolenaar [Sat, 31 Jul 2021 17:12:58 +0000 (19:12 +0200)]
patch 8.2.3258: error messages have the wrong text
Problem: Error messages have the wrong text.
Solution: Adjust the error message.
Bram Moolenaar [Sat, 31 Jul 2021 16:33:57 +0000 (18:33 +0200)]
patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error
Problem: Calling prop_find() with -1 for ID gives errornous error. (Naohiro
Ono)
Solution: When passing -1 use -2. (closes #8674)
Bram Moolenaar [Sat, 31 Jul 2021 15:20:04 +0000 (17:20 +0200)]
patch 8.2.3256: executable test may fail on new Ubuntu system
Problem: Executable test may fail on new Ubuntu system.
Solution: Consider /usr/bin/cat and /bin/cat the same.
Connor Lane Smith [Sat, 31 Jul 2021 11:31:42 +0000 (13:31 +0200)]
patch 8.2.3255: ci" finds following string but ci< and others don't
Problem: ci" finds following string but ci< and others don't.
Solution: When not inside an object find the start. (Connor Lane Smit,
closes #8670)
Yegappan Lakshmanan [Sat, 31 Jul 2021 10:43:23 +0000 (12:43 +0200)]
patch 8.2.3254: win_gettype() does not recognize a quickfix window
Problem: win_gettype() does not recognize a quickfix window.
Solution: Add "quickfix" and "loclist". (Yegappan Lakshmanan, closes #8676)
Bram Moolenaar [Fri, 30 Jul 2021 19:56:10 +0000 (21:56 +0200)]
patch 8.2.3253: channel test fails randomly
Problem: Channel test fails randomly.
Solution: Add a sleep after sending the "echoerr" command. (Michael Soyka)
Yegappan Lakshmanan [Fri, 30 Jul 2021 19:32:45 +0000 (21:32 +0200)]
patch 8.2.3252: duplicated code for adding buffer lines
Problem: Duplicated code for adding buffer lines.
Solution: Move code to a common function. Also move map functions to map.c.
(Yegappan Lakshmanan, closes #8665)
Bram Moolenaar [Fri, 30 Jul 2021 19:18:03 +0000 (21:18 +0200)]
patch 8.2.3251: listing builtin_gui as an available terminal is confusing
Problem: Listing builtin_gui as an available terminal is confusing.
Solution: Do not list builtin_gui. (Christian Brabandt, closes #8669,
closes #8661)
Christian Brabandt [Fri, 30 Jul 2021 18:51:59 +0000 (20:51 +0200)]
patch 8.2.3250: MS-Windows: cannot build with libsodium
Problem: MS-Windows: cannot build with libsodium.
Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt,
closes #8668, closes #8663)
Bram Moolenaar [Thu, 29 Jul 2021 20:48:54 +0000 (22:48 +0200)]
patch 8.2.3249: Vim9: error for re-imported function with default argument
Problem: Vim9: error for re-imported function with default argument.
Solution: Do not check argument type if it is still unknown. (closes #8653)
Bram Moolenaar [Thu, 29 Jul 2021 20:25:05 +0000 (22:25 +0200)]
patch 8.2.3248: Vim9: error message for wrong input uses wrong line number
Problem: Vim9: error message for wrong input uses wrong line number.
Solution: Use the line number of the start of the command. (issue #8653)
Bram Moolenaar [Thu, 29 Jul 2021 19:23:50 +0000 (21:23 +0200)]
patch 8.2.3247: using uninitialized memory when checking for crypt method
Problem: Using uninitialized memory when checking for crypt method.
Solution: Check the header length before using the salt and seed.
Bram Moolenaar [Thu, 29 Jul 2021 19:11:30 +0000 (21:11 +0200)]
patch 8.2.3246: memory use after free
Problem: Memory use after free.
Solution: When clearing a string option set the pointer to "empty_option".
Bram Moolenaar [Thu, 29 Jul 2021 18:37:49 +0000 (20:37 +0200)]
patch 8.2.3245: the crypt key may appear in a swap partition
Problem: The crypt key may appear in a swap partition.
Solution: When using xchaha20 use sodium_mlock(). (Christian Brabandt,
closes #8657)
Yegappan Lakshmanan [Thu, 29 Jul 2021 18:22:14 +0000 (20:22 +0200)]
patch 8.2.3244: Lua 5.3 print() with a long string crashes
Problem: Lua 5.3 print() with a long string crashes.
Solution: Use a growarray instead of a Lua buffer. (Yegappan Lakshmanan,
closes #8655)
msoyka-of-wharton [Thu, 29 Jul 2021 17:18:33 +0000 (19:18 +0200)]
patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful
Problem: MS-Windows: the "edit with multiple Vim" choice is not that
useful.
Solution: Change it to "Edit with multiple tabs". (Michael Soyka,
closes #8645)
Bram Moolenaar [Wed, 28 Jul 2021 20:44:08 +0000 (22:44 +0200)]
patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test
Problem: Vim9: valgrind reports leaks in builtin function test.
Solution: Do not start a job.
Bram Moolenaar [Wed, 28 Jul 2021 20:21:23 +0000 (22:21 +0200)]
patch 8.2.3241: Vim9: memory leak when function reports an error
Problem: Vim9: memory leak when function reports an error.
Solution: Clear the return value.
Bram Moolenaar [Wed, 28 Jul 2021 19:48:59 +0000 (21:48 +0200)]
patch 8.2.3240: Lua print() does not work properly
Problem: Lua print() does not work properly.
Solution: Put back lua_pop().
Bram Moolenaar [Wed, 28 Jul 2021 19:25:49 +0000 (21:25 +0200)]
patch 8.2.3239: Vim9: no error using heredoc for a number variable
Problem: Vim9: no error using heredoc for a number variable.
Solution: Add a type check. (closes #8627)
Bram Moolenaar [Wed, 28 Jul 2021 18:52:13 +0000 (20:52 +0200)]
patch 8.2.3238: Vim9: error message does not indicate the location
Problem: Vim9: error message does not indicate the location.
Solution: Add the relevant text. (issue #8634)
Bram Moolenaar [Wed, 28 Jul 2021 18:10:16 +0000 (20:10 +0200)]
Update runtime files
Bram Moolenaar [Wed, 28 Jul 2021 17:34:14 +0000 (19:34 +0200)]
patch 8.2.3237: when a builtin function gives an error processing continues
Problem: When a builtin function gives an error processing continues.
Solution: In Vim9 script return FAIL in get_func_tv().
zeertzjq [Wed, 28 Jul 2021 14:51:53 +0000 (16:51 +0200)]
patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode
Problem: mode() does not indicate using CTRL-O in Select mode.
Solution: Use "vs" and similar. (closes #8640)
Bram Moolenaar [Wed, 28 Jul 2021 13:54:54 +0000 (15:54 +0200)]
patch 8.2.3235: cannot use lambda in {} block in user command
Problem: Cannot use lambda in {} block in user command. (Martin Tournoij)
Solution: Do not go over the end of the lambda.
Bram Moolenaar [Wed, 28 Jul 2021 13:07:01 +0000 (15:07 +0200)]
patch 8.2.3234: crash when printing long string with Lua
Problem: Crash when printing long string with Lua.
Solution: Remove lua_pop(). (Martin Tournoij, closes #8648)
Martin Tournoij [Wed, 28 Jul 2021 11:30:16 +0000 (13:30 +0200)]
patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer
Problem: prop_list() and prop_find() do not indicate the buffer for the
used type.
Solution: Add "type_bufnr" to the results. (closes #8647)
Yegappan Lakshmanan [Wed, 28 Jul 2021 09:51:48 +0000 (11:51 +0200)]
patch 8.2.3232: system() does not work without a second argument
Problem: system() does not work without a second argument.
Solution: Do not require a second argument. (Yegappan Lakshmanan,
closes #8651, closes #8650)
Bram Moolenaar [Tue, 27 Jul 2021 20:35:42 +0000 (22:35 +0200)]
patch 8.2.3231: build failure with small features
Problem: Build failure with small features.
Solution: Adjust #ifdef.
Bram Moolenaar [Tue, 27 Jul 2021 20:21:44 +0000 (22:21 +0200)]
patch 8.2.3230: Vim9: type error when function return type is not known yet
Problem: Vim9: type error when function return type is not known yet.
Solution: When return type is unknown, use "any". (closes #8644)
Yegappan Lakshmanan [Tue, 27 Jul 2021 20:00:44 +0000 (22:00 +0200)]
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
Problem: Vim9: runtime and compile time type checks are not the same.
Solution: Add more runtime type checks for builtin functions. (Yegappan
Lakshmanan, closes #8646)
Bram Moolenaar [Tue, 27 Jul 2021 19:17:32 +0000 (21:17 +0200)]
patch 8.2.3228: cannot use a simple block for the :command argument
Problem: Cannot use a simple block for the :command argument. (Maarten
Tournoij)
Solution: Recognize a simple {} block. (issue #8623)
Gary Johnson [Mon, 26 Jul 2021 20:19:10 +0000 (22:19 +0200)]
patch 8.2.3227: 'virtualedit' can only be set globally
Problem: 'virtualedit' can only be set globally.
Solution: Make 'virtualedit' global-local. (Gary Johnson, closes #8638)
h-east [Mon, 26 Jul 2021 19:54:04 +0000 (21:54 +0200)]
patch 8.2.3226: new digraph functions use old naming scheme
Problem: New digraph functions use old naming scheme.
Solution: Use the digraph_ prefix. (Hirohito Higashi, closes #8580)
Bram Moolenaar [Mon, 26 Jul 2021 19:11:32 +0000 (21:11 +0200)]
patch 8.2.3225: incsearch highlighting is attempted halfway a mapping
Problem: Incsearch highlighting is attempted halfway a mapping.
Solution: Only do incsearch highlighting if keys were typed or there is no
more typeahead.
Bram Moolenaar [Mon, 26 Jul 2021 19:10:11 +0000 (21:10 +0200)]
patch 8.2.3224: cannot call script-local function after :vim9cmd
Problem: Cannot call script-local function after :vim9cmd. (Christian J.
Robinson)
Solution: Skip over "<SNR>123".
Bram Moolenaar [Sun, 25 Jul 2021 18:27:06 +0000 (20:27 +0200)]
patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails
Problem: Vim: using {} block in autoloade omnifunc fails.
Solution: Allow using {} block when text is locked. (closes #8631)
Bram Moolenaar [Sun, 25 Jul 2021 16:07:00 +0000 (18:07 +0200)]
patch 8.2.3222: Vim9: cannot used loop variable later as lambda argument
Problem: Vim9: cannot used loop variable later as lambda argument.
Solution: When not in function context check the current block ID.
(closes #8637)
Yegappan Lakshmanan [Sun, 25 Jul 2021 13:57:32 +0000 (15:57 +0200)]
patch 8.2.3221: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks. (Yegappan Lakshmanan, closes #8632)
Dominique Pelle [Sun, 25 Jul 2021 13:41:44 +0000 (15:41 +0200)]
patch 8.2.3220: Test_term_setansicolors() fails in some configurations
Problem: Test_term_setansicolors() fails in some configurations.
Solution: Check available features. (Dominique Pellé, closes #8636)
Christian Brabandt [Sun, 25 Jul 2021 13:08:05 +0000 (15:08 +0200)]
patch 8.2.3219: :find searches non-existing directories
Problem: :find searches non-existing directories.
Solution: Check the path is not "..". Update help. (Christian Brabandt,
closes #8612, closes #8533)
Christian Brabandt [Sun, 25 Jul 2021 12:36:05 +0000 (14:36 +0200)]
patch 8.2.3218: when using xchaha20 crypt undo file is not removed
Problem: When using xchaha20 crypt undo file is not removed.
Solution: Reset 'undofile' and delete the file. (Christian Brabandt,
closes #8630, closes #8467)
Bram Moolenaar [Sun, 25 Jul 2021 12:21:11 +0000 (14:21 +0200)]
patch 8.2.3217: build failure
Problem: Build failure.
Solution: Add missing changes.
Bram Moolenaar [Sun, 25 Jul 2021 12:13:53 +0000 (14:13 +0200)]
patch 8.2.3216: Vim9: crash when using variable in a loop at script level
Problem: Vim9: crash when using variable in a loop at script level.
Solution: Do not clear the variable if a function was defined.
Do not create a new entry in sn_var_vals every time.
(closes #8628)
Yegappan Lakshmanan [Sat, 24 Jul 2021 19:33:26 +0000 (21:33 +0200)]
patch 8.2.3215: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks. Sort the argument lists.
(Yegappan Lakshmanan, closes #8626)
Christian Brabandt [Sat, 24 Jul 2021 19:19:42 +0000 (21:19 +0200)]
patch 8.2.3214: MS-Windows: passing /D does not set the install location
Problem: MS-Windows: passing /D does not set the install location.
Solution: Adjust how the installer uses $VIM. Update the documentation.
(Christian Brabandt, closes #8605)
Dominique Pelle [Sat, 24 Jul 2021 18:51:13 +0000 (20:51 +0200)]
patch 8.2.3213: NOCOMPOUNDSUGS entry in spell file not tested
Problem: NOCOMPOUNDSUGS entry in spell file not tested.
Solution: Add a test. (Dominique Pellé, closes #8624)
Dominique Pelle [Sat, 24 Jul 2021 17:32:12 +0000 (19:32 +0200)]
patch 8.2.3212: Vim9: execution speed can be improved
Problem: Vim9: execution speed can be improved.
Solution: Use __builtin_expect() to have the compiler produce better code.
(Dominique Pellé, closes #8613)
Yegappan Lakshmanan [Sat, 24 Jul 2021 14:16:15 +0000 (16:16 +0200)]
patch 8.2.3211: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks. Fix type check for matchaddpos().
(Yegappan Lakshmanan, closes #8619)
Bram Moolenaar [Sat, 24 Jul 2021 13:44:30 +0000 (15:44 +0200)]
patch 8.2.3210: Vim9: searchpair() sixth argument is compiled
Problem: Vim9: searchpair() sixth argument is compiled. (Yegappan
Lakshmanan)
Solution: Only compile the fifth argument.
Bram Moolenaar [Sat, 24 Jul 2021 12:14:52 +0000 (14:14 +0200)]
patch 8.2.3209: Vim9: lambda doesn't find block-local variable
Problem: Vim9: lambda doesn't find block-local variable.
Solution: Adjust how a script-local variable is found. (closes #8614)
Martin Tournoij [Sat, 24 Jul 2021 11:57:29 +0000 (13:57 +0200)]
patch 8.2.3208: dynamic library load error does not mention why it failed
Problem: Dynamic library load error does not mention why it failed.
Solution: Add the error message. (Martin Tournoij, closes #8621)
Bram Moolenaar [Sat, 24 Jul 2021 11:18:48 +0000 (13:18 +0200)]
patch 8.2.3207: Vim9: crash when compiling string fails
Problem: Vim9: crash when compiling string fails. (Yegappan Lakshmanan)
Solution: Adjust the type stack length.
Yegappan Lakshmanan [Fri, 23 Jul 2021 18:37:56 +0000 (20:37 +0200)]
patch 8.2.3206: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks. (Yegappan Lakshmanan, closes #8611)
Bram Moolenaar [Fri, 23 Jul 2021 17:30:19 +0000 (19:30 +0200)]
patch 8.2.3205: Coverity reports a null pointer dereference
Problem: Coverity reports a null pointer dereference.
Solution: Change the logic to avoid Coverity gets confused.
Bram Moolenaar [Thu, 22 Jul 2021 19:33:03 +0000 (21:33 +0200)]
patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap
Problem: Display garbled when 'cursorline' is set and lines wrap. (Gabriel
Dupras)
Solution: Avoid inserting lines twice.
Bram Moolenaar [Thu, 22 Jul 2021 17:11:08 +0000 (19:11 +0200)]
patch 8.2.3203: Vim9: compiled string expression causes type error
Problem: Vim9: compiled string expression causes type error. (Yegappan
Lakshmanan)
Solution: Remove the string type from the stack.
Bram Moolenaar [Thu, 22 Jul 2021 16:48:53 +0000 (18:48 +0200)]
patch 8.2.3202: Vim9: tests are only executed for legacy script
Problem: Vim9: tests are only executed for legacy script.
Solution: Run more tests also for Vim9 script. Fix uncovered problems.
Bram Moolenaar [Thu, 22 Jul 2021 13:14:25 +0000 (15:14 +0200)]
patch 8.2.3201: crash in test
Problem: Crash in test.
Solution: Initialize "where".
Bram Moolenaar [Thu, 22 Jul 2021 12:58:47 +0000 (14:58 +0200)]
patch 8.2.3200: Vim9: hard to guess where a type error is given
Problem: Vim9: hard to guess where a type error is given.
Solution: Add the function name where possible. (closes #8608)
Bram Moolenaar [Thu, 22 Jul 2021 10:26:14 +0000 (12:26 +0200)]
patch 8.2.3199: Vim9: execution speed can be improved
Problem: Vim9: execution speed can be improved.
Solution: Make the break counter static.
Maxim Kim [Thu, 22 Jul 2021 09:46:59 +0000 (11:46 +0200)]
patch 8.2.3198: cannot use 'formatlistpat' for breakindent
Problem: Cannot use 'formatlistpat' for breakindent.
Solution: Use a negative list indent. (Maxim Kim, closes #8594)
Bram Moolenaar [Wed, 21 Jul 2021 20:20:33 +0000 (22:20 +0200)]
patch 8.2.3197: error messages are spread out
Problem: Error messages are spread out.
Solution: Move a few more error messages to errors.h.
Bram Moolenaar [Wed, 21 Jul 2021 19:37:28 +0000 (21:37 +0200)]
patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime
Problem: Vim9: bool expression with numbers only fails at runtime.
Solution: Check constant to be bool at compile time. (closes #8603)
Bram Moolenaar [Wed, 21 Jul 2021 18:38:46 +0000 (20:38 +0200)]
patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda
Problem: Vim9: unclear error when passing too many arguments to lambda.
Solution: Pass the expression itself instead of "[expression]".
(closes #8604)
Yegappan Lakshmanan [Wed, 21 Jul 2021 17:09:09 +0000 (19:09 +0200)]
patch 8.2.3194: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks, simplify some. (Yegappan
Lakshmanan, closes #8598)
Bram Moolenaar [Wed, 21 Jul 2021 16:04:56 +0000 (18:04 +0200)]
patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"
Problem: screenpos() is wrong when the last line is partially visible and
'display' is "lastline".
Solution: Also compute the position for a partially visible line.
(closes #8599)
Bram Moolenaar [Tue, 20 Jul 2021 20:29:19 +0000 (22:29 +0200)]
patch 8.2.3192: build failure with small version
Problem: Build failure with small version (Tony Mechelynck).
Solution: Remove stray #ifdef.
Bram Moolenaar [Tue, 20 Jul 2021 20:21:59 +0000 (22:21 +0200)]
patch 8.2.3191: Vim9: not enough code is tested
Problem: Vim9: not enough code is tested.
Solution: Use CheckLegacyAndVim9Success() in more places. Fix uncovered
problems.
Bram Moolenaar [Tue, 20 Jul 2021 19:07:36 +0000 (21:07 +0200)]
patch 8.2.3190: error messages are spread out
Problem: Error messages are spread out.
Solution: Move error messages to errors.h and give them a clear name.
Bram Moolenaar [Tue, 20 Jul 2021 17:18:44 +0000 (19:18 +0200)]
patch 8.2.3189: Vim9: error when using "try|"
Problem: Vim9: error when using "try|".
Solution: Allow for "|" right after a command.
Yegappan Lakshmanan [Tue, 20 Jul 2021 15:51:51 +0000 (17:51 +0200)]
patch 8.2.3188: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add several more type checks, also at runtime. (Yegappan
Lakshmanan, closes #8587)
Bram Moolenaar [Mon, 19 Jul 2021 20:19:29 +0000 (22:19 +0200)]
patch 8.2.3187: Vim9: popup timer callback is not compiled
Problem: Vim9: popup timer callback is not compiled.
Solution: Compile the callback when creating the timer.
Bram Moolenaar [Mon, 19 Jul 2021 19:45:07 +0000 (21:45 +0200)]
patch 8.2.3186: Vim9: not all failures for import tested
Problem: Vim9: not all failures for import tested
Solution: Test more import failures
Bram Moolenaar [Mon, 19 Jul 2021 19:04:23 +0000 (21:04 +0200)]
patch 8.2.3185: Vim9: start of inline function found in comment line
Problem: Vim9: start of inline function found in comment line.
Solution: Do not check for inline function in comment line. (closes #8589)
mityu [Mon, 19 Jul 2021 18:07:21 +0000 (20:07 +0200)]
patch 8.2.3184: cannot add a digraph with a leading space
Problem: Cannot add a digraph with a leading space. It is not easy to list
existing digraphs.
Solution: Add setdigraph(), setdigraphlist(), getdigraph() and
getdigraphlist(). (closes #8580)
Bram Moolenaar [Mon, 19 Jul 2021 08:38:49 +0000 (10:38 +0200)]
patch 8.2.3183: duplicate error numbers
Problem: Duplicate error numbers.
Solution: Adjust the error numbers.
Bram Moolenaar [Sun, 18 Jul 2021 20:25:29 +0000 (22:25 +0200)]
patch 8.2.3182: Vim9: crash when using removing items from a constant list
Problem: Vim9: crash when using removing items from a constant list.
(Yegappan Lakshmanan)
Solution: When a list was allocated with items copy them.
Dominique Pelle [Sun, 18 Jul 2021 19:44:37 +0000 (21:44 +0200)]
patch 8.2.3181: Vim9: builtin function test fails without channel feature
Problem: Vim9: builtin function test fails without channel feature.
Solution: Add feature checks. (Dominique Pellé, closes #8586) Make feature
checks more consistent.
Bram Moolenaar [Sun, 18 Jul 2021 19:24:50 +0000 (21:24 +0200)]
patch 8.2.3180: Vim9: memory leak when concatenating to an imported string
Problem: Vim9: memory leak when concatenating to an imported string.
Solution: Clear the destination.
Bram Moolenaar [Sun, 18 Jul 2021 18:40:33 +0000 (20:40 +0200)]
patch 8.2.3179: Vim9: cannot assign to an imported variable at script level
Problem: Vim9: cannot assign to an imported variable at script level.
Solution: Lookup imported items when assigning.
Bram Moolenaar [Sun, 18 Jul 2021 16:21:38 +0000 (18:21 +0200)]
patch 8.2.3178: Vim9: the file name of an :import cannot be an expression
Problem: Vim9: the file name of an :import cannot be an expression.
Solution: Accept an expression that results in a string. Do not support
:import in a function.
Bram Moolenaar [Sun, 18 Jul 2021 15:08:50 +0000 (17:08 +0200)]
patch 8.2.3177: Vim9: can not use "for _ in expr" at script level
Problem: Vim9: can not use "for _ in expr" at script level.
Solution: Skip assignment if the loop variable is "_".
Bram Moolenaar [Sun, 18 Jul 2021 12:43:43 +0000 (14:43 +0200)]
patch 8.2.3176: Vim9: no type error for comparing number with string
Problem: Vim9: no type error for comparing number with string.
Solution: Add a runtime type check. (closes #8571)
Bram Moolenaar [Sun, 18 Jul 2021 11:42:29 +0000 (13:42 +0200)]
patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.
Problem: Vim9: using illegal pointer with inline function inside a lambda.
Solution: Clear eval_tofree_cmdline when advancing to the next line.
(closes #8578)
Bram Moolenaar [Sat, 17 Jul 2021 19:24:56 +0000 (21:24 +0200)]
patch 8.2.3174: Vim9: "legacy undo" finds "undo" variable
Problem: Vim9: "legacy undo" finds "undo" variable.
Solution: Do not pass lookup function to find_ex_command(). (closes #8563)
Yegappan Lakshmanan [Sat, 17 Jul 2021 17:11:07 +0000 (19:11 +0200)]
patch 8.2.3173: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581)
Bram Moolenaar [Fri, 16 Jul 2021 08:39:28 +0000 (10:39 +0200)]
patch 8.2.3172: MzScheme test fails
Problem: MzScheme test fails. (Christian Brabandt)
Solution: Correct function name.
Bram Moolenaar [Thu, 15 Jul 2021 21:44:54 +0000 (23:44 +0200)]
patch 8.2.3171: another illegal memory access in test
Problem: Another illegal memory access in test.
Solution: Check pointer is after the start of the line.
Bram Moolenaar [Thu, 15 Jul 2021 21:15:59 +0000 (23:15 +0200)]
patch 8.2.3170: Illegal memory access in test
Problem: Illegal memory access in test.
Solution: Check pointer is not before the start of the line.
Bram Moolenaar [Thu, 15 Jul 2021 20:03:50 +0000 (22:03 +0200)]
patch 8.2.3169: Vim9: cannot handle nested inline function
Problem: Vim9: cannot handle nested inline function.
Solution: Check for nested inline function. (closes #8575)
Bram Moolenaar [Thu, 15 Jul 2021 17:23:18 +0000 (19:23 +0200)]
patch 8.2.3168: Vim9: type error for constant of type any
Problem: Vim9: type error for constant of type any.
Solution: Do add a runtime type check if a constant has type any.
(closes #8570)
Bram Moolenaar [Thu, 15 Jul 2021 16:14:56 +0000 (18:14 +0200)]
patch 8.2.3167: get E12 in a job callback when searching for tags
Problem: Get E12 in a job callback when searching for tags. (Andy Stewart)
Solution: Use the sandbox only for executing a command, not for searching.
(closes #8511)
Bram Moolenaar [Thu, 15 Jul 2021 16:09:53 +0000 (18:09 +0200)]
patch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error"
Problem: Vim9: nested autoload call error overruled by "Unknown error".
Solution: Check need_rethrow before giving an "Unknown error".
(closes #8568)
Bram Moolenaar [Thu, 15 Jul 2021 13:40:58 +0000 (15:40 +0200)]
patch 8.2.3165: Vim9: in a || expression the error line number may be wrong
Problem: Vim9: in a || expression the error line number may be wrong.
Solution: Save and restore the line number when checking the type.
(closes #8569)