Commit 7e17897
committed
vim: Import v8.2.4167
* 8.2.4167: Vim9: error message for old style import
* 8.2.4166: undo synced when switching buffer in another window
* 8.2.4165: the nv_g_cmd() function is too long
* 8.2.4164: error in legacy code for function shadowing variable
* 8.2.4163: no error for omitting function name after autoload prefix
* 8.2.4162: Vim9: no error for redefining function with export
* 8.2.4161: Vim9: warning for missing white space after imported variable
* 8.2.4160: cannot change the register used for Select mode delete
* 8.2.4159: MS-Windows: _WndProc() is very long
* 8.2.4158: MS-Windows: memory leak in :browse
* 8.2.4157: terminal test fails because Windows sets the title
* 8.2.4156: fileinfo message overwrites echo'ed message
* 8.2.4155: translating strftime() argument results in check error
* 8.2.4154: ml_get error when exchanging windows in Visual mode
* 8.2.4153: MS-Windows: Global IME is no longer supported
* 8.2.4152: block insert with double wide character fails
* 8.2.4151: reading beyond the end of a line
* 8.2.4150: Coverity warns for using pointer after free
* 8.2.4149: test override not restored, autocommand left behind1 parent b6598bc commit 7e17897
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- Filelist-3
- runtime/doc/mbyte.txt+3-24
- runtime/doc/testing.txt+2
- runtime/doc/visual.txt+5
- src/Make_mvc.mak-16
- src/buffer.c+5-1
- src/dimm.idl-544
- src/errors.h+1-2
- src/evalvars.c+1-1
- src/glbl_ime.cpp-256
- src/glbl_ime.h-33
- src/globals.h+3
- src/gui_w32.c+264-349
- src/map.c+1-1
- src/message.c+7
- src/normal.c+330-293
- src/ops.c+6-17
- src/scriptfile.c+1-2
- src/terminal.c+2
- src/testdir/dumps/Test_fileinfo_after_echo.dump+6
- src/testdir/test_autocmd.vim+1-1
- src/testdir/test_mapping.vim+1
- src/testdir/test_messages.vim+31
- src/testdir/test_selectmode.vim+52
- src/testdir/test_terminal.vim+2
- src/testdir/test_timers.vim+23
- src/testdir/test_utf8.vim+1-1
- src/testdir/test_vim9_import.vim+109-1
- src/testdir/test_visual.vim+19
- src/testing.c+2
- src/time.c+1
- src/userfunc.c+54-6
- src/version.c+38
- src/vim.h+3-5
- src/vim9expr.c-1
- src/window.c+6-1
0 commit comments