Commit 36cc2f1
committed
vim: Import v8.2.4314
* 8.2.4314: test fails where lines are skipped
* 8.2.4313: Vim9: cannot change type of list after making a slice
* 8.2.4312: no error for using :vim9script in a :def function
* 8.2.4311: Vim9: changing script variable type not caught compile time
* 8.2.4310: Vim9: constant list and dict get a declaration type
* 8.2.4309: Vim9: crash when using a partial in the wrong context
* 8.2.4308: Vim9: cannot list autoload function
* 8.2.4307: a few more messages should not be translated1 parent 3ace759 commit 36cc2f1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/proto/vim9type.pro+1-1
- src/syntax.c+5-5
- src/testdir/test_vim9_assign.vim+10
- src/testdir/test_vim9_builtin.vim+6
- src/testdir/test_vim9_func.vim+29
- src/testdir/test_vim9_import.vim+4
- src/testdir/test_vim9_script.vim+6
- src/userfunc.c+1-1
- src/version.c+16
- src/vim9compile.c+9
- src/vim9execute.c+9-5
- src/vim9expr.c+3
- src/vim9instr.c+5-9
- src/vim9type.c-9
0 commit comments