Commit e0ee7ca
committed
vim: Import v8.2.4103
* 8.2.4103: Vim9: variable declared in for loop not initialzed
* 8.2.4102: Vim9: import cannot be used after method
* 8.2.4101: warning for unused argument in tiny version
* 8.2.4100: early return when getting the 'formatlistpat' value
* 8.2.4099: Vim9: cannot use Vim9 syntax in mapping
* 8.2.4098: typing "interrupt" at debug prompt may keep exception around
* 8.2.4097: wrong number in error message on 32 bit system
* 8.2.4096: Linux CI: unnecessarily installing packages
* 8.2.4095: sed script not recognized by the first line
* 8.2.4094: 'virtualedit' is window-local but using buffer-local enum
* 8.2.4093: cached breakindent values not initialized properly1 parent 4c11a12 commit e0ee7ca
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/workflows/ci.yml+20-14
- runtime/doc/map.txt+26-6
- runtime/doc/options.txt+1
- runtime/scripts.vim+6
- src/edit.c+3-2
- src/eval.c+78-13
- src/ex_getln.c+2-2
- src/getchar.c+39-2
- src/indent.c+14-3
- src/insexpand.c+2-1
- src/keymap.h+2
- src/main.c+7
- src/misc2.c+1
- src/normal.c+9-3
- src/ops.c+11-4
- src/option.c+11
- src/option.h+1-1
- src/optiondefs.h+1-1
- src/proto/getchar.pro+2-1
- src/proto/option.pro+1
- src/proto/vim9instr.pro+1
- src/terminal.c+2-1
- src/testdir/test_breakindent.vim+72
- src/testdir/test_filetype.vim+1-1
- src/testdir/test_vim9_assign.vim+35
- src/testdir/test_vim9_import.vim+19
- src/version.c+22
- src/vim9compile.c+9-4
- src/vim9instr.c+21-1
0 commit comments