Bram Moolenaar
84c62d59a3
patch 8.2.4020: debugger test fails
...
Problem: Debugger test fails.
Solution: Fix import statement.
v8.2.4020
2022-01-06 21:31:19 +00:00
Bram Moolenaar
d5f400c607
patch 8.2.4019: Vim9: import mechanism is too complicated
...
Problem: Vim9: import mechanism is too complicated.
Solution: Do not use the Javascript mechanism but a much simpler one.
v8.2.4019
2022-01-06 21:10:28 +00:00
Bram Moolenaar
18f4740f04
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection
...
Problem: ml_get error when win_execute redraws with Visual selection.
Solution: Disable Visual area temporarily. (closes #9479 )
v8.2.4018
2022-01-06 13:24:51 +00:00
Dominique Pelle
a33737b6d8
patch 8.2.4017: gcc warns for misleading indent in Athena menu code
...
Problem: Gcc warns for misleading indent in Athena menu code.
Solution: Add curlies around the two statements. (Dominique Pellé,
closes #9480 )
v8.2.4017
2022-01-06 12:35:31 +00:00
Bram Moolenaar
58493cfae2
patch 8.2.4016: Vim9: incorrect error for argument that is shadowing var
...
Problem: Vim9: incorrect error for argument that is shadowing var.
Solution: Ignore variable that is not in block where the function was
defined.
v8.2.4016
2022-01-06 12:23:30 +00:00
Bram Moolenaar
269dc63618
patch 8.2.4015: build failure with tiny features
...
Problem: Build failure with tiny features. (Tony Mechelynck)
Solution: Adjust #ifdefs.
v8.2.4015
2022-01-06 11:43:21 +00:00
Bram Moolenaar
c689f8c3d9
patch 8.2.4014: git and gitcommit file types not properly recognized
...
Problem: Git and gitcommit file types not properly recognized.
Solution: Adjust filetype detection. (Tim Pope, closes #9477 )
v8.2.4014
2022-01-05 20:56:38 +00:00
Bram Moolenaar
e60b3c47d7
patch 8.2.4013: build failure without the spell feature
...
Problem: Build failure without the spell feature.
Solution: Adjust #ifdefs.
v8.2.4013
2022-01-05 20:40:34 +00:00
Bram Moolenaar
d82a47dd04
patch 8.2.4012: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move the last error messages to errors.h.
v8.2.4012
2022-01-05 20:24:39 +00:00
Bram Moolenaar
bb8cac56d9
patch 8.2.4011: test fails because of changed error number
...
Problem: Test fails because of changed error number.
Solution: Restore old duplicate error message.
v8.2.4011
2022-01-05 18:16:53 +00:00
Bram Moolenaar
9d00e4a814
patch 8.2.4010: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.4010
2022-01-05 17:49:15 +00:00
Bram Moolenaar
d3a117814d
patch 8.2.4009: reading one byte beyond the end of the line
...
Problem: Reading one byte beyond the end of the line.
Solution: Check for NUL byte first.
v8.2.4009
2022-01-05 16:50:40 +00:00
Bram Moolenaar
677658ae49
patch 8.2.4008: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.4008
2022-01-05 16:09:06 +00:00
matveyt
8e7d9db32b
patch 8.2.4007: session does not restore help buffer properly
...
Problem: Session does not restore help buffer properly when "options' is
missing from 'sessionoptions'.
Solution: Use a ":help" command to create the help window. (closes #9475 ,
closes #9458 , closes #9472 )
v8.2.4007
2022-01-05 14:01:30 +00:00
Bram Moolenaar
c653e4a2bd
patch 8.2.4006: Vim9: crash when declaring variable on the command line
...
Problem: Vim9: crash when declaring variable on the command line.
Solution: Use a temporary type list. (closes #9474 )
v8.2.4006
2022-01-05 10:16:30 +00:00
Bram Moolenaar
a6f7929e62
patch 8.2.4005: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.4005
2022-01-04 21:30:47 +00:00
Bram Moolenaar
548911ee14
patch 8.2.4004: old compiler complains about struct init with variable
...
Problem: Old compiler complains about struct init with variable.
Solution: Set the struct member later. (John Marriott)
v8.2.4004
2022-01-04 20:05:04 +00:00
Bram Moolenaar
d88be5be80
patch 8.2.4003: error messages are spread out
...
Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.
v8.2.4003
2022-01-04 19:57:55 +00:00
zeertzjq
6cac77016b
patch 8.2.4002: first char typed in Select mode can be wrong
...
Problem: First char typed in Select mode can be wrong.
Solution: Escape special bytes in the input buffer. (closes #9469 )
v8.2.4002
2022-01-04 18:01:21 +00:00
Yegappan Lakshmanan
d94fbfc74a
patch 8.2.4001: insert complete code uses global variables
...
Problem: Insert complete code uses global variables.
Solution: Make variables local to the file and use accessor functions.
(Yegappan Lakshmanan, closes #9470 )
v8.2.4001
2022-01-04 17:01:44 +00:00
Bram Moolenaar
fcd1635a46
patch 8.2.4000: Coverity warns for checking for NULL pointer after using it
...
Problem: Coverity warns for checking for NULL pointer after using it.
Solution: Remove check for NULL.
v8.2.4000
2022-01-04 16:44:56 +00:00
zeertzjq
c024ed9233
patch 8.2.3999: redundant check for NUL byte
...
Problem: Redundant check for NUL byte.
Solution: Remove the check for a NUL byte. (closes #9471 )
v8.2.3999
2022-01-04 16:22:52 +00:00
Bram Moolenaar
48824e952f
patch 8.2.3998: asan error for adding zero to NULL
...
Problem: Asan error for adding zero to NULL.
Solution: Do not compute pointer if there are no entries.
v8.2.3998
2022-01-04 16:05:48 +00:00
Bram Moolenaar
10d6f18b2f
patch 8.2.3997: Vim9: not enough testing for extend() and map()
...
Problem: Vim9: not enough testing for extend() and map().
Solution: Add more test cases. Fix uncovered problems. Remove unused type
fields.
v8.2.3997
2022-01-04 15:54:38 +00:00
Bram Moolenaar
078a46161e
patch 8.2.3996: Vim9: type checking lacks information about declared type
...
Problem: Vim9: type checking for list and dict lacks information about
declared type.
Solution: Add dv_decl_type and lv_decl_type. Refactor the type stack to
store two types in each entry.
v8.2.3996
2022-01-04 15:17:03 +00:00
David Auer
9acf2d8be9
patch 8.2.3995: not all sshconfig files are detected as such
...
Problem: Not all sshconfig files are detected as such.
Solution: Adjust the patterns used for sshconfig detection. (David Auer,
closes #9322 )
v8.2.3995
2022-01-03 17:32:46 +00:00
Bram Moolenaar
ad8f248585
patch 8.2.3994: Vim9: extend() complains about type when it was not declared
...
Problem: Vim9: extend() complains about the type even when it was not
declared.
Solution: Only check the list or dict type when it was declared.
v8.2.3994
2022-01-03 16:52:28 +00:00
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