Commit cb3e7d5
committed
vim: Import v8.2.4174
* 8.2.4174: Vim9: can use an autoload name in normal script
* 8.2.4173: cannot use an import in 'foldexpr'
* 8.2.4172: filetype detection for BASIC is not optimal
* 8.2.4171: cannot invoke option function using autoload import
* 8.2.4170: MS-Windows: still using old message API calls
* 8.2.4169: MS-Windows: unnessary casts and other minor things
* 8.2.4168: disallowing empty function name breaks existing plugins
* 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 7e17897 commit cb3e7d5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/dist/ft.vim+21-5
- runtime/filetype.vim+3-2
- src/errors.h+2-1
- src/eval.c+8-2
- src/evalvars.c+41-9
- src/fold.c+1-1
- src/gui_w32.c+21-22
- src/option.c+11
- src/os_mswin.c+5-5
- src/os_win32.c+4-4
- src/os_win32.h-6
- src/proto/eval.pro+1-3
- src/proto/evalvars.pro+1
- src/structs.h+2-3
- src/testdir/sautest/autoload/foo.vim+4
- src/testdir/test_autoload.vim+4
- src/testdir/test_filetype.vim+63-1
- src/testdir/test_vim9_import.vim+93-1
- src/userfunc.c+9-3
- src/version.c+14
0 commit comments