Commit 6551a7d
committed
vim: Import v9.2.0010
* 9.2.0010: Using Wayland compositor is still slow
* 9.2.0009: tests: test_cindent are not ordered
* runtime(zip): use system() instead of :!
* 9.2.0008: MS-Windows: font size calculation may be wrong
* 9.2.0007: cindent: recognizing labels within commented lines
* 9.2.0006: powershell commands wrongly wrapped when executed
* 9.2.0005: Coverity reports unreachable code
* runtime(fstab): Add cgroup2 to valid device types
* runtime(hare): update syntax script for Hare 0.26.0
* runtime(vim): Error codes should not be highlighed with vim9CommentTitle
* runtime(netrw): Use right file system commands initialization for Windows
* 9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopinsert
* 9.2.0003: tests: invalid indent in message.c
* Makefile: dosrt target fails because of duplicate lang directories
* runtime(sh): fix spurious nextgroup=shComment on shEscape
* 9.2.0002: str2specialbuf() can be improved
* README: Updated version from 91 to 92 in various READMEs
* 9.1.0001: tests: Test_popup_setbuf() fails1 parent a61c76e commit 6551a7d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- Makefile+1
- READMEdir/README_amibin.txt+1-1
- READMEdir/README_amisrc.txt+1-1
- READMEdir/README_bindos.txt+4-4
- READMEdir/README_dos.txt+6-6
- READMEdir/README_srcdos.txt+1-1
- runtime/autoload/zip.vim+7-5
- runtime/pack/dist/opt/netrw/autoload/netrw.vim+124-137
- runtime/pack/dist/opt/netrw/autoload/netrw/fs.vim+2-1
- runtime/syntax/fstab.vim+4-3
- runtime/syntax/generator/vim.vim.base+1-1
- runtime/syntax/hare.vim+2-2
- runtime/syntax/sh.vim+2-1
- runtime/syntax/testdir/dumps/sh_15_00.dump+20
- runtime/syntax/testdir/dumps/vim9_comments_01.dump+1-1
- runtime/syntax/testdir/dumps/vim9_comments_02.dump+1-1
- runtime/syntax/testdir/dumps/vim9_comments_03.dump+1-1
- runtime/syntax/testdir/dumps/vim9_comments_04.dump+1-1
- runtime/syntax/testdir/dumps/vim9_comments_05.dump+7-7
- runtime/syntax/testdir/dumps/vim_comments_01.dump+1-1
- runtime/syntax/testdir/dumps/vim_comments_02.dump+1-1
- runtime/syntax/testdir/dumps/vim_comments_03.dump+1-1
- runtime/syntax/testdir/dumps/vim_comments_04.dump+9-9
- runtime/syntax/testdir/input/sh_15.sh+13
- runtime/syntax/testdir/input/vim9_comments.vim+7
- runtime/syntax/testdir/input/vim_comments.vim+9
- runtime/syntax/vim.vim+2-2
- src/autocmd.c-9
- src/cindent.c+3
- src/ex_cmds.c+7-4
- src/gui.c+3-1
- src/gui.h+3
- src/gui_dwrite.cpp+9-3
- src/gui_gtk_x11.c+87-17
- src/message.c+11-3
- src/strings.c+4-3
- src/structs.h-1
- src/testdir/dumps/Test_popup_setbuf_04.vim+2
- src/testdir/dumps/Test_popup_setbuf_05.vim+2
- src/testdir/dumps/Test_popup_setbuf_06.vim+2
- src/testdir/test_cindent.vim+21-9
- src/testdir/test_plugin_netrw.vim+428-26
- src/testdir/test_prompt_buffer.vim+32-10
- src/testdir/test_system.vim+32
- src/testdir/util/check.vim+8
- src/version.c+20
- src/window.c+6-2
0 commit comments