Commit 68e2d11
committed
vim: Import v8.2.4616
* 8.2.4616: Vim9: Declarations in a {} block of a user command remain
* 8.2.4615: mapping with escaped bar does not work in :def function
* 8.2.4614: redrawing too much when 'cursorline' is set
* 8.2.4613: return type of swapfile_unchanged() is wrong
* 8.2.4612: Vim9: cannot use a recursive call in a nested function1 parent 43a6e0f commit 68e2d11
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/drawline.c+1-6
- src/drawscreen.c+8-5
- src/ex_docmd.c+9-5
- src/memline.c+1-1
- src/move.c+2-26
- src/option.c-5
- src/proto/ex_docmd.pro+1-1
- src/proto/move.pro-1
- src/proto/vim9instr.pro+1-1
- src/syntax.c+1-1
- src/testdir/test_usercommands.vim+36
- src/testdir/test_vim9_cmd.vim+13-2
- src/testdir/test_vim9_func.vim+19
- src/usercmd.c+20
- src/version.c+10
- src/vim9cmds.c+1-1
- src/vim9compile.c+25-18
- src/vim9expr.c+1-1
- src/vim9instr.c+4-1
0 commit comments