]> granicus.if.org Git - vim/log
vim
3 years agopatch 8.2.3257: calling prop_find() with -1 for ID gives errornous error v8.2.3257
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)

3 years agopatch 8.2.3256: executable test may fail on new Ubuntu system v8.2.3256
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.

3 years agopatch 8.2.3255: ci" finds following string but ci< and others don't v8.2.3255
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)

3 years agopatch 8.2.3254: win_gettype() does not recognize a quickfix window v8.2.3254
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)

3 years agopatch 8.2.3253: channel test fails randomly v8.2.3253
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)

3 years agopatch 8.2.3252: duplicated code for adding buffer lines v8.2.3252
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)

3 years agopatch 8.2.3251: listing builtin_gui as an available terminal is confusing v8.2.3251
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)

3 years agopatch 8.2.3250: MS-Windows: cannot build with libsodium v8.2.3250
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)

3 years agopatch 8.2.3249: Vim9: error for re-imported function with default argument v8.2.3249
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)

3 years agopatch 8.2.3248: Vim9: error message for wrong input uses wrong line number v8.2.3248
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)

3 years agopatch 8.2.3247: using uninitialized memory when checking for crypt method v8.2.3247
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.

3 years agopatch 8.2.3246: memory use after free v8.2.3246
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".

3 years agopatch 8.2.3245: the crypt key may appear in a swap partition v8.2.3245
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)

3 years agopatch 8.2.3244: Lua 5.3 print() with a long string crashes v8.2.3244
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)

3 years agopatch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful v8.2.3243
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)

3 years agopatch 8.2.3242: Vim9: valgrind reports leaks in builtin function test v8.2.3242
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.

3 years agopatch 8.2.3241: Vim9: memory leak when function reports an error v8.2.3241
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.

3 years agopatch 8.2.3240: Lua print() does not work properly v8.2.3240
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().

3 years agopatch 8.2.3239: Vim9: no error using heredoc for a number variable v8.2.3239
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)

3 years agopatch 8.2.3238: Vim9: error message does not indicate the location v8.2.3238
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)

3 years agoUpdate runtime files
Bram Moolenaar [Wed, 28 Jul 2021 18:10:16 +0000 (20:10 +0200)]
Update runtime files

3 years agopatch 8.2.3237: when a builtin function gives an error processing continues v8.2.3237
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().

3 years agopatch 8.2.3236: mode() does not indicate using CTRL-O in Select mode v8.2.3236
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)

3 years agopatch 8.2.3235: cannot use lambda in {} block in user command v8.2.3235
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.

3 years agopatch 8.2.3234: crash when printing long string with Lua v8.2.3234
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)

3 years agopatch 8.2.3233: prop_list() and prop_find() do not indicate the buffer v8.2.3233
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)

3 years agopatch 8.2.3232: system() does not work without a second argument v8.2.3232
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)

3 years agopatch 8.2.3231: build failure with small features v8.2.3231
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.

3 years agopatch 8.2.3230: Vim9: type error when function return type is not known yet v8.2.3230
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)

3 years agopatch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
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)

3 years agopatch 8.2.3228: cannot use a simple block for the :command argument v8.2.3228
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)

3 years agopatch 8.2.3227: 'virtualedit' can only be set globally v8.2.3227
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)

3 years agopatch 8.2.3226: new digraph functions use old naming scheme v8.2.3226
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)

3 years agopatch 8.2.3225: incsearch highlighting is attempted halfway a mapping v8.2.3225
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.

3 years agopatch 8.2.3224: cannot call script-local function after :vim9cmd v8.2.3224
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".

3 years agopatch 8.2.3223: Vim: using {} block in autoloade omnifunc fails v8.2.3223
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)

3 years agopatch 8.2.3222: Vim9: cannot used loop variable later as lambda argument v8.2.3222
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)

3 years agopatch 8.2.3221: Vim9: argument types are not checked at compile time v8.2.3221
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)

3 years agopatch 8.2.3220: Test_term_setansicolors() fails in some configurations v8.2.3220
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)

3 years agopatch 8.2.3219: :find searches non-existing directories v8.2.3219
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)

3 years agopatch 8.2.3218: when using xchaha20 crypt undo file is not removed v8.2.3218
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)

3 years agopatch 8.2.3217: build failure v8.2.3217
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.

3 years agopatch 8.2.3216: Vim9: crash when using variable in a loop at script level v8.2.3216
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)

3 years agopatch 8.2.3215: Vim9: argument types are not checked at compile time v8.2.3215
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)

3 years agopatch 8.2.3214: MS-Windows: passing /D does not set the install location v8.2.3214
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)

3 years agopatch 8.2.3213: NOCOMPOUNDSUGS entry in spell file not tested v8.2.3213
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)

3 years agopatch 8.2.3212: Vim9: execution speed can be improved v8.2.3212
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)

3 years agopatch 8.2.3211: Vim9: argument types are not checked at compile time v8.2.3211
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)

3 years agopatch 8.2.3210: Vim9: searchpair() sixth argument is compiled v8.2.3210
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.

3 years agopatch 8.2.3209: Vim9: lambda doesn't find block-local variable v8.2.3209
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)

3 years agopatch 8.2.3208: dynamic library load error does not mention why it failed v8.2.3208
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)

3 years agopatch 8.2.3207: Vim9: crash when compiling string fails v8.2.3207
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.

3 years agopatch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
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)

3 years agopatch 8.2.3205: Coverity reports a null pointer dereference v8.2.3205
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.

3 years agopatch 8.2.3204: display garbled when 'cursorline' is set and lines wrap v8.2.3204
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.

3 years agopatch 8.2.3203: Vim9: compiled string expression causes type error v8.2.3203
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.

3 years agopatch 8.2.3202: Vim9: tests are only executed for legacy script v8.2.3202
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.

3 years agopatch 8.2.3201: crash in test v8.2.3201
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".

3 years agopatch 8.2.3200: Vim9: hard to guess where a type error is given v8.2.3200
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)

3 years agopatch 8.2.3199: Vim9: execution speed can be improved v8.2.3199
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.

3 years agopatch 8.2.3198: cannot use 'formatlistpat' for breakindent v8.2.3198
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)

3 years agopatch 8.2.3197: error messages are spread out v8.2.3197
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.

3 years agopatch 8.2.3196: Vim9: bool expression with numbers only fails at runtime v8.2.3196
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)

3 years agopatch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda v8.2.3195
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)

3 years agopatch 8.2.3194: Vim9: argument types are not checked at compile time v8.2.3194
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)

3 years agopatch 8.2.3193: screenpos() is wrong when 'display' is "lastline" v8.2.3193
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)

3 years agopatch 8.2.3192: build failure with small version v8.2.3192
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.

3 years agopatch 8.2.3191: Vim9: not enough code is tested v8.2.3191
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.

3 years agopatch 8.2.3190: error messages are spread out v8.2.3190
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.

3 years agopatch 8.2.3189: Vim9: error when using "try|" v8.2.3189
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.

3 years agopatch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
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)

3 years agopatch 8.2.3187: Vim9: popup timer callback is not compiled v8.2.3187
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.

3 years agopatch 8.2.3186: Vim9: not all failures for import tested v8.2.3186
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

3 years agopatch 8.2.3185: Vim9: start of inline function found in comment line v8.2.3185
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)

3 years agopatch 8.2.3184: cannot add a digraph with a leading space v8.2.3184
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)

3 years agopatch 8.2.3183: duplicate error numbers v8.2.3183
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.

3 years agopatch 8.2.3182: Vim9: crash when using removing items from a constant list v8.2.3182
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.

3 years agopatch 8.2.3181: Vim9: builtin function test fails without channel feature v8.2.3181
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.

3 years agopatch 8.2.3180: Vim9: memory leak when concatenating to an imported string v8.2.3180
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.

3 years agopatch 8.2.3179: Vim9: cannot assign to an imported variable at script level v8.2.3179
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.

3 years agopatch 8.2.3178: Vim9: the file name of an :import cannot be an expression v8.2.3178
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.

3 years agopatch 8.2.3177: Vim9: can not use "for _ in expr" at script level v8.2.3177
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 "_".

3 years agopatch 8.2.3176: Vim9: no type error for comparing number with string v8.2.3176
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)

3 years agopatch 8.2.3175: Vim9: using illegal pointer with nested lambdas. v8.2.3175
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)

3 years agopatch 8.2.3174: Vim9: "legacy undo" finds "undo" variable v8.2.3174
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)

3 years agopatch 8.2.3173: Vim9: argument types are not checked at compile time v8.2.3173
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)

3 years agopatch 8.2.3172: MzScheme test fails v8.2.3172
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.

3 years agopatch 8.2.3171: another illegal memory access in test v8.2.3171
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.

3 years agopatch 8.2.3170: Illegal memory access in test v8.2.3170
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.

3 years agopatch 8.2.3169: Vim9: cannot handle nested inline function v8.2.3169
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)

3 years agopatch 8.2.3168: Vim9: type error for constant of type any v8.2.3168
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)

3 years agopatch 8.2.3167: get E12 in a job callback when searching for tags v8.2.3167
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)

3 years agopatch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error" v8.2.3166
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)

3 years agopatch 8.2.3165: Vim9: in a || expression the error line number may be wrong v8.2.3165
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)

3 years agopatch 8.2.3164: MS-Windows: reported version lacks patchlevel v8.2.3164
Bram Moolenaar [Thu, 15 Jul 2021 12:14:30 +0000 (14:14 +0200)]
patch 8.2.3164: MS-Windows: reported version lacks patchlevel

Problem:    MS-Windows: reported version lacks patchlevel, causing some update
            tools to update too often. (Klaus Frank)
Solution:   Add the patchlevel to the version. (Christian Brabandt)

3 years agopatch 8.2.3163: location list window may open a wrong file v8.2.3163
Wei-Chung Wen [Thu, 15 Jul 2021 11:13:39 +0000 (13:13 +0200)]
patch 8.2.3163: location list window may open a wrong file

Problem:    Location list window may open a wrong file.
Solution:   Also update the qf_ptr field. (Wei-Chung Wen, closes #8565,
            closes #8566)

3 years agopatch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Yegappan Lakshmanan [Thu, 15 Jul 2021 10:49:58 +0000 (12:49 +0200)]
patch 8.2.3162: 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 #8560)

3 years agopatch 8.2.3161: Vim9: no error when reltime() has invalid arguments v8.2.3161
Bram Moolenaar [Wed, 14 Jul 2021 19:00:41 +0000 (21:00 +0200)]
patch 8.2.3161: Vim9: no error when reltime() has invalid arguments

Problem:    Vim9: no error when reltime() has invalid arguments.
Solution:   Add an error. (closes #8562)

3 years agopatch 8.2.3160: 'breakindent' does not work well for bulleted lists v8.2.3160
Christian Brabandt [Wed, 14 Jul 2021 18:00:27 +0000 (20:00 +0200)]
patch 8.2.3160: 'breakindent' does not work well for bulleted lists

Problem:    'breakindent' does not work well for bulleted and numbered lists.
Solution:   Add the "list" entry to 'breakindentopt'. (Christian Brabandt,
            closes #8564, closes #1661)

3 years agopatch 8.2.3159: cursor displayed in wrong position after deleting line v8.2.3159
Bram Moolenaar [Tue, 13 Jul 2021 20:21:44 +0000 (22:21 +0200)]
patch 8.2.3159: cursor displayed in wrong position after deleting line

Problem:    Cursor displayed in wrong position after deleting line.
Solution:   When deleting lines do not approximate botline. (fixes #8559)