Commit a1b9934
committed
vim: Import v8.2.4405
* 8.2.4405: compiler warning for unused variable without +folding
* 8.2.4404: Vim9: some code not covered by tests
* 8.2.4403: ml_get error with nested folds and deleting lines
* 8.2.4402: missing parenthesis may cause unexpected problems
* 8.2.4401: map listing does not clear the rest of the command line
* 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLL
* 8.2.4399: crash after ml_get error
* 8.2.4398: some command completion functions are too long
* 8.2.4397: crash when using many composing characters in error message1 parent c961681 commit a1b9934
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/autocmd.c+3-3
- src/change.c+6-3
- src/charset.c+3-3
- src/cmdexpand.c+402-325
- src/drawline.c+7-7
- src/drawscreen.c+2-2
- src/evalfunc.c+12-12
- src/ex_getln.c+4-2
- src/fileio.c+1-1
- src/fold.c+1-1
- src/getchar.c+8-14
- src/highlight.c+2-2
- src/map.c+1
- src/memline.c+4-1
- src/normal.c+1-1
- src/proto/usercmd.pro+1
- src/quickfix.c+10-10
- src/regexp.c+9-9
- src/search.c+5-5
- src/sha256.c+8-8
- src/spell.c+1-1
- src/spellfile.c+1-1
- src/spellsuggest.c+6-6
- src/syntax.c+3-3
- src/testdir/dumps/Test_map_list_1.dump+6
- src/testdir/test_assert.vim+8
- src/testdir/test_cmdline.vim+24-14
- src/testdir/test_mapping.vim+16-2
- src/testdir/test_vim9_func.vim+8
- src/testdir/test_vim9_import.vim+131
- src/testing.c+1-1
- src/usercmd.c+53
- src/version.c+18
- src/vim9execute.c+10
- src/window.c+1-1
0 commit comments