Commit 88dbdee
committed
vim: Import v8.2.4350
* 8.2.4350: FEAT_GUI_ENABLED defined but never used
* 8.2.4349: FileChangedShell test fails on MS-Windows
* 8.2.4348: "legacy exe cmd" does not do what one would expect
* 8.2.4347: in some build setups UNUSED is not defined
* 8.2.4346: a custom statusline may cause Esc to work like Enter
* 8.2.4345: <amatch> is expanded like a file name for DirChangedPre
* 8.2.4344: Amiga: header file included twice
* 8.2.4343: when reloading not all properties are detected
* Update runtime files. (closes #9741)
* 8.2.4342: CI will soon switch to other windows version
* 8.2.4341: command line not redrawn when finishing popup menu
* 8.2.4340: Amiga: mch_can_exe() is not implemented
* 8.2.4339: CTRL-A does not work properly with the cmdline popup menu
* 8.2.4338: an error from an expression mapping messes up the display
* Update runtime files
* 8.2.4337: part of condition is always true
* 8.2.4336: using :filter for :scriptnames does not work
* 8.2.4335: no autocommand event triggered before changing directory
* 8.2.4334: command line popup menu not positioned correctly
* 8.2.4333: cstack not always passed to where it is needed
* 8.2.4332: Vim9: incomplete test for existing script variable in block
* 8.2.4331: Vim9: no test for existing script variable in block
* 8.2.4330: Vim9: no error if script imports itself
* 8.2.4329: no support for end line number and column in 'errorformat'
* 8.2.4328: command line complete matches cleard when typing character
* 8.2.4327: may end up with no current buffer
* 8.2.4326: "o" and "O" copying comment not sufficiently tested
* 8.2.4325: 'wildmenu' only shows few matches1 parent 28c0a8a commit 88dbdee
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/workflows/ci.yml+1-1
- runtime/doc/editing.txt+5
- runtime/doc/eval.txt+5
- runtime/doc/testing.txt+1-1
- runtime/doc/todo.txt+4-1
- runtime/doc/usr_41.txt+3-1
- runtime/doc/vim9.txt+19-14
- runtime/ftplugin.vim+3-2
- runtime/indent.vim+2-2
- runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim+56-46
- src/autocmd.c+3-1
- src/drawscreen.c+4
- src/eval.c+8
- src/ex_docmd.c+1
- src/fileio.c+35-15
- src/globals.h+1
- src/memfile.c-1
- src/message.c+2
- src/proto/fileio.pro+1-1
- src/spellfile.c+1-1
- src/testdir/dumps/Test_wildmenu_pum_39.dump+10
- src/testdir/test_autocmd.vim+10-2
- src/testdir/test_cmdline.vim+15
- src/testdir/test_filechanged.vim+96
- src/testdir/test_vim9_cmd.vim+25
- src/version.c+18
- src/vim.h+11-5
0 commit comments