Bram Moolenaar
8103527da7
patch 8.2.3828: when opening a terminal from a timer first typed char is lost
...
Problem: when opening a terminal from a timer the first typed character
is lost. (Virginia Senioria)
Solution: When opening a terminal while waiting for a character put K_IGNORE
in the input buffer.
v8.2.3828
2021-12-16 18:02:07 +00:00
Bram Moolenaar
f79cbf6512
patch 8.2.3827: huntr badge does not really fit in the list
...
Problem: Huntr badge does not really fit in the list.
Solution: Move the link to Huntr to the issue template.
v8.2.3827
2021-12-16 16:14:11 +00:00
Bram Moolenaar
b15cf44c1d
patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def function
...
Problem: Vim9: using "g:Func" as a funcref does not work in a :def
function.
Solution: Include "g:" in the function name. (closes #9336 )
v8.2.3826
2021-12-16 15:49:43 +00:00
Bram Moolenaar
52797bae17
patch 8.2.3825: various comments could be improved
...
Problem: Various comments could be improved.
Solution: Improve the comments.
v8.2.3825
2021-12-16 14:45:13 +00:00
Bram Moolenaar
0e6adf8a29
Update runtime files
2021-12-16 14:41:10 +00:00
Yegappan Lakshmanan
6df0f2759d
patch 8.2.3824: no ASAN support for MSVC
...
Problem: No ASAN support for MSVC.
Solution: Add ASAN support and fix a coupld of uncovered problems. (Yegappan
Lakshmanan, closes #9357 )
v8.2.3824
2021-12-16 13:06:10 +00:00
Bram Moolenaar
6ecf58b0d7
patch 8.2.3823: test for visual replace is in wrong function
...
Problem: Test for visual replace is in wrong function.
Solution: Move it to another function.
v8.2.3823
2021-12-16 10:05:41 +00:00
Bram Moolenaar
2d877599ee
patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9
...
Problem: Leaking memory in map() and filter(), cannot use a string argument
in Vim9 script.
Solution: Fix the leak, adjust the argument check, also run the tests as
Vim9 script. (Yegappan Lakshmanan, closes #9354 )
v8.2.3822
2021-12-16 08:21:09 +00:00
Bram Moolenaar
19569ca6d8
patch 8.2.3821: ASAN test run fails
...
Problem: ASAN test run fails.
Solution: Use asan_symbolize-13 instead of asan_symbolize-11.
v8.2.3821
2021-12-15 21:29:19 +00:00
Bram Moolenaar
8ee6028de3
patch 8.2.3820: "vrc" does not replace composing characters
...
Problem: "vrc" does not replace composing characters, while "rc" does.
Solution: Check the byte length including composing characters.
(closes #9351 )
v8.2.3820
2021-12-15 21:08:50 +00:00
Bram Moolenaar
427f065a88
patch 8.2.3819: test fails because error message changed
...
Problem: Test fails because error message changed.
Solution: Update screendumps.
v8.2.3819
2021-12-15 19:46:59 +00:00
rbtnn
c479ce032f
patch 8.2.3818: cannot filter or map characters in a string
...
Problem: Cannot filter or map characters in a string.
Solution: Make filter() and map() work on a string. (Naruhiko Nishino,
closes #9327 )
v8.2.3818
2021-12-15 19:14:54 +00:00
Bram Moolenaar
f87dac04c3
patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd
...
Problem: Vim9: Not using NL as command end does not work for :autocmd.
Solution: Only ignore NL for commands with an expression argument.
v8.2.3817
2021-12-15 17:53:40 +00:00
Mike Williams
1821d1498c
patch 8.2.3816: compiler warning for posible loss of data on MS-Windows
...
Problem: Compiler warning for posible loss of data on MS-Windows.
Solution: Add type cast. (Mike Williams, closes #9349 )
v8.2.3816
2021-12-15 16:38:33 +00:00
Bram Moolenaar
ce7eada12e
patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block
...
Problem: Vim9: cannot have a multi-line dict inside a block.
Solution: Do not split the command at a line break, handle NL characters
as white space.
v8.2.3815
2021-12-15 15:41:44 +00:00
Bram Moolenaar
cfabad9bcf
patch 8.2.3814: .csx files and .sln files are not recognized
...
Problem: .csx files and .sln files are not recognized.
Solution: Add filetype patterns. (Doug Kearns)
v8.2.3814
2021-12-15 13:30:43 +00:00
Bram Moolenaar
a5d78d1f11
patch 8.2.3813: confusing error when using :cc without error list
...
Problem: confusing error when using :cc without error list. (Gary Johnson)
Solution: Give the "no errors" error.
v8.2.3813
2021-12-15 12:28:22 +00:00
Bram Moolenaar
57bc2333b1
patch 8.2.3812: Vim9: leaking memory in numbered function test
...
Problem: Vim9: leaking memory in numbered function test.
Solution: Skip "g:" when checking for numbered function. Clean up after
errors properly.
v8.2.3812
2021-12-15 12:06:43 +00:00
Bram Moolenaar
7c0fb80030
patch 8.2.3811: the opfunc error test fails on a slow machine
...
Problem: The opfunc error test fails on a slow machine.
Solution: Use WaitForAssert().
v8.2.3811
2021-12-14 20:26:53 +00:00
Bram Moolenaar
b334137acf
patch 8.2.3810: Vim9: expr4 test fails on MS-Windows
...
Problem: Vim9: expr4 test fails on MS-Windows.
Solution: Do not give an error for a missing function name when skipping.
v8.2.3810
2021-12-14 18:57:45 +00:00
Bram Moolenaar
7509ad8b0f
patch 8.2.3809: Vim9: crash when garbage collecting a nested partial
...
Problem: Vim9: crash when garbage collecting a nested partial. (Virginia
Senioria)
Solution: Set references in all the funcstacks. (closes #9348 )
v8.2.3809
2021-12-14 18:14:37 +00:00
Bram Moolenaar
919c12c19a
patch 8.2.3808: Vim9: obsolete TODO items
...
Problem: Vim9: obsolete TODO items
Solution: Remove the comments.
v8.2.3808
2021-12-14 14:29:16 +00:00
Bram Moolenaar
f8a79fc346
patch 8.2.3807: Vim9: can call import with star directly
...
Problem: Vim9: can call import with star directly.
Solution: Check that the import used star.
v8.2.3807
2021-12-14 12:06:16 +00:00
Bram Moolenaar
c2958585f6
patch 8.2.3806: terminal focus test fails sometimes
...
Problem: Terminal focus test fails sometimes.
Solution: Run the test function before others.
v8.2.3806
2021-12-14 11:16:31 +00:00
Quentin Hibon
8176be1598
patch 8.2.3805: i3config files are not recognized
...
Problem: i3config files are not recognized.
Solution: Add patterns to match i3config files. (Quentin Hibon,
closes #7969 )
v8.2.3805
2021-12-14 09:34:41 +00:00
Bram Moolenaar
6206877c51
patch 8.2.3804: script context not set when copying 'swf' and 'ts'
...
Problem: Script context not set when copying 'swf' and 'ts'.
Solution: Use COPY_OPT_SCTX with the right argument. (closes #9347 )
v8.2.3804
2021-12-14 09:01:38 +00:00
Bram Moolenaar
829c8e87e2
patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal window
...
Problem: Crash when 'writedelay' is set and using a terminal window to
execute a shell command.
Solution: Check that "tl_vterm" isn't NULL. (closes #9346 )
v8.2.3803
2021-12-14 08:41:38 +00:00
Bram Moolenaar
0407d27034
patch 8.2.3802: terminal in two windows test fails on some systems
...
Problem: Terminal in two windows test fails on some systems.
Solution: Wait a bit between commands.
v8.2.3802
2021-12-13 22:17:44 +00:00
Bram Moolenaar
3194e5bf87
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn
...
Problem: If a terminal shows in two windows, only one is redrawn.
Solution: Reset the dirty row range only after redrawing all windows.
(closes #9341 )
v8.2.3801
2021-12-13 21:59:09 +00:00
Bram Moolenaar
6840a0ffe8
patch 8.2.3800: when cross compiling the output of "uname" cannot be set
...
Problem: When cross compiling the output of "uname" cannot be set. (Ben
Reeves)
Solution: Use cache variables. (closes #9338 )
v8.2.3800
2021-12-13 20:37:59 +00:00
Bram Moolenaar
80d60910ff
patch 8.2.3799: edit test hangs or fails
...
Problem: Edit test hangs or fails.
Solution: Do not rethrow an exception when inside try/catch.
v8.2.3799
2021-12-13 19:14:52 +00:00
Bram Moolenaar
3b309f11db
patch 8.2.3798: a :def callback function postpones an error message
...
Problem: A :def callback function postpones an error message.
Solution: Display the error after calling the function. (closes #9340 )
v8.2.3798
2021-12-13 18:19:55 +00:00
Bram Moolenaar
1e78deb077
patch 8.2.3797: no good reason to limit the message history in tiny version
...
Problem: No good reason to limit the message history in the tiny version.
Solution: Always use 200.
v8.2.3797
2021-12-13 14:40:53 +00:00
Bram Moolenaar
851f86b951
patch 8.2.3796: the funcexe_T struct members are not named consistently
...
Problem: The funcexe_T struct members are not named consistently.
Solution: Prefix "fe_" to all the members.
v8.2.3796
2021-12-13 14:26:44 +00:00
Bram Moolenaar
739f13a55b
patch 8.2.3795: too many #ifdefs
...
Problem: Too many #ifdefs.
Solution: Graduate the jumplist feature.
v8.2.3795
2021-12-13 13:12:53 +00:00
Bram Moolenaar
33b968dc60
patch 8.2.3794: Vim9: cannot find script-local func using "s:"
...
Problem: Vim9: cannot find script-local func using "s:". (Yegappan
Lakshmanan)
Solution: Skip the "s:".
v8.2.3794
2021-12-13 11:31:04 +00:00
Bram Moolenaar
ef082e12df
patch 8.2.3793: using "g:Func" as a funcref does not work in script context
...
Problem: Using "g:Func" as a funcref does not work in script context
because "g:" is dropped.
Solution: Keep "g:" in the name. Also add parenthesis to avoid confusing
operator prececence. (closes #9336 )
v8.2.3793
2021-12-12 21:02:03 +00:00
Yegappan Lakshmanan
04ef1fb13d
patch 8.2.3792: setting *func options insufficiently tested
...
Problem: Setting *func options insufficiently tested.
Solution: Impove tests. (Yegappan Lakshmanan, closes #9337 )
v8.2.3792
2021-12-12 20:08:05 +00:00
Bram Moolenaar
d2439e0443
patch 8.2.3791: build error with +cindent but without +smartindent
...
Problem: Build error with +cindent but without +smartindent.
Solution: Move declaration of "do_cindent". (John Marriott)
v8.2.3791
2021-12-12 19:10:44 +00:00
Bram Moolenaar
3bb79dc191
patch 8.2.3790: test for term_gettitle() fails in some environments
...
Problem: Test for term_gettitle() fails in some environments.
Solution: Make the digits after "VIM" optional. (Kenta Sato, closes #9334 )
v8.2.3790
2021-12-12 18:50:19 +00:00
ichizok
fa9a8e0fd1
patch 8.2.3789: Test_window_minimal_size can fail on a slow machine
...
Problem: Test_window_minimal_size can fail on a slow machine.
Solution: Do not rely on timers firing at the expected time. (Ozaki Kiichi,
closes #9335 )
v8.2.3789
2021-12-12 16:42:09 +00:00
Yegappan Lakshmanan
6ae8fae869
patch 8.2.3788: lambda for option that is a function may be freed
...
Problem: Lambda for option that is a function may be garbage collected.
Solution: Set a reference in the funcref. (Yegappan Lakshmanan,
closes #9330 )
v8.2.3788
2021-12-12 16:26:44 +00:00
Bram Moolenaar
6e371ecb27
patch 8.2.3787: no proper formatting of a C line comment after a statement
...
Problem: No proper formatting of a C line comment after a statement.
Solution: Find the start of the line comment, insert the comment leader and
indent the comment properly.
v8.2.3787
2021-12-12 14:16:39 +00:00
Bram Moolenaar
9a4ec5a626
Use text area for environment in the bug template.
2021-12-12 11:44:11 +00:00
Bram Moolenaar
4e30b5c3bc
Update issue template.
2021-12-12 11:34:22 +00:00
Bram Moolenaar
4f16e9de98
patch 8.2.3786: test fails because of using Vim9 syntax in legacy function
...
Problem: Test fails because of using Vim9 syntax in legacy function.
Solution: Add "call".
v8.2.3786
2021-12-11 18:46:29 +00:00
ichizok
48c0196378
patch 8.2.3785: running CI on MacOS with gcc is not useful
...
Problem: Running CI on MacOS with gcc is not useful.
Solution: Only use clang. (Ozaki Kiichi, closes #9326 ) Also build with
normal features.
v8.2.3785
2021-12-11 17:34:19 +00:00
Bram Moolenaar
7b1463bca3
patch 8.2.3784: the help for options is outdated
...
Problem: The help for options is outdated.
Solution: Include all the recent changes.
v8.2.3784
2021-12-11 17:24:39 +00:00
Bram Moolenaar
2ef9156b42
patch 8.2.3783: confusing error for using a variable as a function
...
Problem: Confusing error for using a variable as a function.
Solution: If a function is not found but there is a variable, give a more
useful error. (issue #9310 )
v8.2.3783
2021-12-11 16:14:07 +00:00
Bram Moolenaar
052ff291d7
patch 8.2.3782: Vim9: no error if a function shadows a script variable
...
Problem: Vim9: no error if a function shadows a script variable.
Solution: Check the function doesn't shadow a variable. (closes #9310 )
v8.2.3782
2021-12-11 13:54:46 +00:00