Commit a09f50f
committed
vim: Import v8.2.4293
* 8.2.4293: Vim9: when copying a list it gets type list<any>
* 8.2.4292: test fails
* 8.2.4291: error number used twice
* 8.2.4290: MS-Windows: using type casts for timer IDs
* 8.2.4289: warnings reported by MSVC
* 8.2.4288: preprocessor indents are inconsistent
* 8.2.4287: cannot assign empty list with type to variable with list type1 parent ae8a61e commit a09f50f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/arglist.c+2-2
- src/change.c+2-2
- src/cmdexpand.c+3-3
- src/drawscreen.c+7-7
- src/errors.h+2-3
- src/ex_cmds.c+2-2
- src/filepath.c+3-3
- src/getchar.c+6-6
- src/gui.c+9-9
- src/gui_w32.c+22-37
- src/hashtab.c+2-2
- src/indent.c+2-2
- src/list.c+5-1
- src/menu.c+1-1
- src/ops.c+2-2
- src/os_win32.c+13-13
- src/testdir/test_vim9_assign.vim+9
- src/testdir/test_vim9_cmd.vim+1-1
- src/testdir/test_vim9_expr.vim+3
- src/testdir/test_vim9_func.vim+3-3
- src/version.c+15-1
- src/vim9type.c+5-1
0 commit comments