Commit 2e91b1e
committed
vim: Import v8.2.4227
* 8.2.4227: Vim9: using "lockvar!" in :def function does not work
* 8.2.4226: filter-map test fails
* 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function
* 8.2.4224: Vim9: no error when using a number for map() second argument
* 8.2.4223: long/int compiler warnings; function arguments swapped
* 8.2.4222: MS-Windows: clumsy way to suppress progress on CI
* 8.2.4221: some functions in normal.c are very long
* 8.2.4220: MS-Windows: some old compiler support remains1 parent 1a47aa8 commit 2e91b1e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/workflows/ci.yml+2-4
- ci/appveyor.bat+3-5
- src/Make_mvc.mak+46-84
- src/alloc.c+1-1
- src/errors.h+4-4
- src/eval.c+2-2
- src/evalfunc.c+51-20
- src/evalvars.c+12-4
- src/normal.c+482-602
- src/structs.h+5-3
- src/testdir/test_vim9_builtin.vim+2
- src/testdir/test_vim9_cmd.vim+40
- src/testdir/test_vim9_disassemble.vim+1-1
- src/version.c+16
- src/vim.h+2-9
- src/vim9cmds.c+24-5
- src/vim9execute.c+3-2
- src/vim9script.c+1-1
0 commit comments