Commit 0fc62e5
committed
vim: Import v8.2.3995
* 8.2.3995: not all sshconfig files are detected as such
* 8.2.3994: Vim9: extend() complains about type when it was not declared
* 8.2.3993: when recording a change in Select mode char appears twice
* 8.2.3992: wrong local-additions in the help with language mix
* 8.2.3991: Vim9: error when extending dict<any>
* 8.2.3990: testing wrong operator
* 8.2.3989: some insert completion code is not tested1 parent 45f0646 commit 0fc62e5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/filetype.vim+2-2
- src/eval.c+2-1
- src/getchar.c+46-9
- src/help.c+15-16
- src/insexpand.c+84-45
- src/list.c+13-12
- src/normal.c+8-1
- src/proto/getchar.pro+2-1
- src/testdir/test_edit.vim+24-2
- src/testdir/test_filetype.vim+1-1
- src/testdir/test_help.vim+33-7
- src/testdir/test_ins_complete.vim+100
- src/testdir/test_normal.vim+1-1
- src/testdir/test_registers.vim+11
- src/testdir/test_vim9_assign.vim+8
- src/testdir/test_vim9_builtin.vim+17-2
- src/testdir/test_vim9_func.vim+5-2
- src/version.c+14
- src/vim9.h+4
- src/vim9compile.c-5
- src/vim9script.c+2-1
- src/vim9type.c+35-16
0 commit comments