Bram Moolenaar
c88e977862
patch 8.2.3993: when recording a change in Select mode char appears twice
...
Problem: When recording a change in Select mode the first typed character
appears twice.
Solution: When putting the character back into typeahead remove it from
recorded characters. (closes #9462 )
v8.2.3993
2022-01-03 13:47:50 +00:00
h-east
0e2508d9e6
patch 8.2.3992: wrong local-additions in the help with language mix
...
Problem: Wrong local-additions in the help with language mix.
Solution: Adjust how the local additions list is generated. (Hirohito
Higashi, closes #9464 )
v8.2.3992
2022-01-03 12:53:24 +00:00
Bram Moolenaar
114dbda785
patch 8.2.3991: Vim9: error when extending dict<any>
...
Problem: Vim9: error when extending dict<any> with another type that it was
initialized with.
Solution: Also set the type for dict<any> if the initializer has a more
specific type. (closes #9461 )
v8.2.3991
2022-01-03 12:28:03 +00:00
naohiro ono
5c75eed758
patch 8.2.3990: testing wrong operator
...
Problem: Testing wrong operator.
Solution: Test "g@" instead of "r_". (Naohiro Ono, closes #9463 )
v8.2.3990
2022-01-03 11:15:47 +00:00
Yegappan Lakshmanan
e982586f8e
patch 8.2.3989: some insert completion code is not tested
...
Problem: Some insert completion code is not tested.
Solution: Add a few tests. Refactor thesaurus completion. (Yegappan
Lakshmanan, closes #9460 )
v8.2.3989
2022-01-03 11:03:48 +00:00
Bram Moolenaar
475d9521ba
patch 8.2.3988: tiny build fails
...
Problem: Tiny build fails.
Solution: Fix misplaced #ifdef.
v8.2.3988
2022-01-02 21:46:29 +00:00
Bram Moolenaar
1d423ef75f
patch 8.2.3987: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3987
2022-01-02 21:26:16 +00:00
Bram Moolenaar
b09feaa86e
patch 8.2.3986: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3986
2022-01-02 20:20:45 +00:00
Bram Moolenaar
ac78dd4a35
patch 8.2.3985: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3985
2022-01-02 19:25:26 +00:00
Bram Moolenaar
3d0da09bb2
patch 8.2.3984: debugger test fails
...
Problem: Debugger test fails.
Solution: Adjust the test for modified debugging of a for loop.
v8.2.3984
2022-01-02 17:28:57 +00:00
Bram Moolenaar
eaaac014a0
patch 8.2.3983: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3983
2022-01-02 17:00:40 +00:00
Dominique Pelle
8bfa0eb863
patch 8.2.3982: some lines of code not covered by tests
...
Problem: Some lines of code not covered by tests.
Solution: Add a few more test cases. (Dominique Pellé, closes #9453 )
v8.2.3982
2022-01-02 16:16:33 +00:00
Bram Moolenaar
2b4ecc2c31
patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts
...
Problem: Vim9: debugging a for loop doesn't stop before it starts.
Solution: Keep the DEBUG instruction before the expression is evaluated.
(closes #9456 )
v8.2.3981
2022-01-02 14:08:18 +00:00
Bram Moolenaar
b3bd1d39e6
patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed
...
Problem: If 'operatorfunc' invokes an operator the remembered Visual mode
may be changed. (Naohiro Ono)
Solution: Save and restore the information for redoing the Visual area.
(closes #9455 )
v8.2.3980
2022-01-02 13:05:45 +00:00
Bram Moolenaar
a6feb163f0
patch 8.2.3979: Vim9: the feature is not mentioned in the right places
...
Problem: Vim9: the feature is not mentioned in the right places.
Solution: Add +vim9script to the help and :version output.
v8.2.3979
2022-01-02 12:06:33 +00:00
Bram Moolenaar
6b1a99dfe3
patch 8.2.3978: build error when using dynamycally loaded Python 3
...
Problem: Build error when using dynamycally loaded Python 3.
Solution: Adjust #ifdef.
v8.2.3978
2022-01-02 01:04:09 +00:00
Bram Moolenaar
9a846fbaa5
patch 8.2.3977: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3977
2022-01-01 21:59:18 +00:00
Bram Moolenaar
b34689010a
patch 8.2.3976: FEARG_LAST is never used
...
Problem: FEARG_LAST is never used. (Dominique Pellé)
Solution: Remove FEARG_LAST and the related code.
v8.2.3976
2022-01-01 19:42:16 +00:00
Bram Moolenaar
cbadefe25a
patch 8.2.3975: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.3975
2022-01-01 19:33:50 +00:00
Bram Moolenaar
1f4a3457a3
patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list
...
Problem: Vim9: LISTAPPEND instruction does not check for a locked list.
Solution: Check whether the list is locked. (closes #9452 )
v8.2.3974
2022-01-01 18:29:21 +00:00
Bram Moolenaar
0f7a5e758c
patch 8.2.3973: tiny build fails
...
Problem: Tiny build fails.
Solution: Adjust #ifdefs
v8.2.3973
2022-01-01 16:31:48 +00:00
Bram Moolenaar
3a846e6bca
patch 8.2.3972: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move the last errors from globals.h to errors.h.
v8.2.3972
2022-01-01 16:21:00 +00:00
Bram Moolenaar
0699b040e6
patch 8.2.3971: build fails
...
Problem: Build fails.
Solution: Use the right error message name.
v8.2.3971
2022-01-01 16:01:23 +00:00
Bram Moolenaar
74409f6279
patch 8.2.3970: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3970
2022-01-01 15:58:22 +00:00
naohiro ono
56200eed62
patch 8.2.3969: value of MAXCOL not available in Vim script
...
Problem: Value of MAXCOL not available in Vim script.
Solution: Add v:maxcol. (Naohiro Ono, closes #9451 )
v8.2.3969
2022-01-01 14:59:44 +00:00
Bram Moolenaar
e70cec9760
patch 8.2.3968: build failure
...
Problem: Build failure.
Solution: Add missing changes.
v8.2.3968
2022-01-01 14:25:55 +00:00
Bram Moolenaar
460ae5dfca
patch 8.2.3967: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3967
2022-01-01 14:19:49 +00:00
Bram Moolenaar
b37a65e4bf
patch 8.2.3966: when using feedkeys() abbreviations may be blocked
...
Problem: When using feedkeys() abbreviations may be blocked.
Solution: Reset tb_no_abbr_cnt when running out of characters.
(closes #9448 )
v8.2.3966
2022-01-01 12:42:56 +00:00
Bram Moolenaar
b79ee0c299
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported
...
Problem: Vim9: no easy way to check if Vim9 script is supported.
Solution: Add has('vim9script').
v8.2.3965
2022-01-01 12:17:00 +00:00
Alex Vear
654b729c4c
patch 8.2.3964: some common lisp and scheme files not recognized
...
Problem: Some common lisp and scheme files not recognized.
Solution: Recognize *.asd as lisp and *.sld as scheme. (Alex Vear,
closes #9447 )
v8.2.3964
2022-01-01 11:38:42 +00:00
Bram Moolenaar
096ca73dac
patch 8.2.3963: build failure with tiny and small features
...
Problem: Build failure with tiny and small features. (Tony Mechelynck)
Solution: Adjust #ifdefs.
v8.2.3963
2022-01-01 00:55:28 +00:00
Bram Moolenaar
d0819d11ec
patch 8.2.3962: build fails for missing error message
...
Problem: Build fails for missing error message.
Solution: Add changes in missed file.
v8.2.3962
2021-12-31 23:15:53 +00:00
Bram Moolenaar
436b5adc97
patch 8.2.3961: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3961
2021-12-31 22:49:24 +00:00
Bram Moolenaar
f1474d801b
patch 8.2.3960: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3960
2021-12-31 19:59:55 +00:00
Bram Moolenaar
6d0570117a
patch 8.2.3959: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3959
2021-12-31 18:49:43 +00:00
Yegappan Lakshmanan
ef089f50f9
patch 8.2.3958: build failure compiling xxd with "-std=c2x"
...
Problem: Build failure compiling xxd with "-std=c2x".
Solution: define _XOPEN_SOURCE. (Yegappan Lakshmanan, closes #9444 )
v8.2.3958
2021-12-31 17:33:47 +00:00
Bram Moolenaar
1a9922243a
patch 8.2.3957: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3957
2021-12-31 17:25:48 +00:00
zeertzjq
4b1478093e
patch 8.2.3956: duplicate assignment
...
Problem: Duplicate assignment.
Solution: Remove the second assignment. (closes #9442 )
v8.2.3956
2021-12-31 15:21:53 +00:00
Bram Moolenaar
eb822a280c
patch 8.2.3955: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
v8.2.3955
2021-12-31 15:09:27 +00:00
Bram Moolenaar
9a015111a5
patch 8.2.3954: Vim9: no error for shadowing if script var is declared later
...
Problem: Vim9: no error for shadowing if script var is declared later.
Solution: Check argument names when compiling a function.
v8.2.3954
2021-12-31 14:06:45 +00:00
Yegappan Lakshmanan
6ad84ab3e4
patch 8.2.3953: insert completion code is too complicated
...
Problem: Insert completion code is too complicated.
Solution: More refactoring. Move function arguments into a struct.
(Yegappan Lakshmanan, closes #9437 )
v8.2.3953
2021-12-31 12:59:53 +00:00
zeertzjq
1fa3de1ce8
patch 8.2.3952: first line not redrawn when adding lines to an empty buffer
...
Problem: First line not redrawn when adding lines to an empty buffer.
Solution: Adjust the argument to appended_lines(). (closes #9439 ,
closes #9438 )
v8.2.3952
2021-12-31 12:19:22 +00:00
Bram Moolenaar
04fb916684
Update runtime files
2021-12-30 20:24:12 +00:00
Bram Moolenaar
d293981d2b
patch 8.2.3951: Vim9: memory leak when text after a nested function
...
Problem: Vim9: memory leak when text after a nested function.
Solution: Free the function if text is found after "enddef".
v8.2.3951
2021-12-30 17:09:05 +00:00
Bram Moolenaar
94f3192b03
patch 8.2.3950: going beyond the end of the line with /\%V
...
Problem: Going beyond the end of the line with /\%V.
Solution: Check for valid column in getvcol().
v8.2.3950
2021-12-30 15:29:18 +00:00
Bram Moolenaar
4c13e5e676
patch 8.2.3949: using freed memory with /\%V
...
Problem: Using freed memory with /\%V.
Solution: Get the line again after getvvcol().
v8.2.3949
2021-12-30 14:49:43 +00:00
Bram Moolenaar
cfe3af284a
patch 8.2.3948: Vim9: failure with partial with unknown argument count
...
Problem: Vim9: failure with partial with unknown argument count.
Solution: Do not copy argument types if there aren't any.
v8.2.3948
2021-12-30 13:59:20 +00:00
zeertzjq
f38aad85cf
patch 8.2.3947: unnecessary check for NULL pointer
...
Problem: Unnecessary check for NULL pointer.
Solution: Remove the check. (closes #9434 )
v8.2.3947
2021-12-30 13:45:57 +00:00
Bram Moolenaar
1c67f3a977
patch 8.2.3946: when an internal error makes Vim exit the error is not seen
...
Problem: When an internal error makes Vim exit the error is not seen.
Solution: Add the error to the test output.
v8.2.3946
2021-12-30 13:32:09 +00:00
Bram Moolenaar
13789bf103
patch 8.2.3945: Vim9: partial variable argument types are wrong
...
Problem: Vim9: partial variable argument types are wrong, leading to a
crash.
Solution: When adjusting the argument count also adjust the argument types.
(closes #9433 )
v8.2.3945
2021-12-30 13:29:00 +00:00