Commit 0ea4c6f
committed
Vim: v9.2.0025
* vim b8b7df29c...68dbb58d5 (15):
> patch 9.2.0025: filetype: cshtml incorrectly recognized
> patch 9.2.0024: Reading files with very long lines crashes with a segfault
> patch 9.2.0023: fix integer overflow in ml_append_int() for long lines
> patch 9.2.0022: bt_quickfix() is slow
> patch 9.2.0021: channel: connection timeout fails to fall back to IPv4
> patch 9.2.0020: Wrong shortened buffer after :cd with duplicate slashes
> runtime(doc): Mention xdg.vim in version9.txt
> patch 9.2.0019: Hard to configure Vim according to full XDG spec
> runtime(syntax-tests): Fail when executable syntax tests are found
> README.md: mention r/vim and #vim libera
> patch 9.2.0018: high cpu usage with Wayland compositor
> patch 9.2.0017: popup: cannot allow to specify transparency
> runtime(less.sh): simplify the script and avoid startup messages
> patch 9.2.0016: popup border not redrawn correctly with wide chars
> runtime(ccomplete): handle structs from tags file
https://github.com/vim/vim-appimage/actions/runs/221653624721 parent c8fb35b commit 0ea4c6f
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/ci.yml+8-1
- README.md+3-1
- runtime/autoload/ccomplete.vim+10-3
- runtime/autoload/dist/ft.vim+4-1
- runtime/doc/channel.txt+6-1
- runtime/doc/popup.txt+45-1
- runtime/doc/starting.txt+8-3
- runtime/doc/tags+2
- runtime/doc/version9.txt+8
- runtime/filetype.vim+1-2
- runtime/macros/less.sh+10-21
- runtime/syntax/Makefile+4-1
- runtime/syntax/testdir/README.txt+3
- runtime/syntax/testdir/input/sh_mksh_gibberish.ksh
- runtime/xdg.vim+46
- src/Makefile+3
- src/buffer.c+1-1
- src/channel.c+52-8
- src/fileio.c+9-2
- src/globals.h+3
- src/gui_gtk_x11.c+1-8
- src/highlight.c+195
- src/memline.c+4-4
- src/popupwin.c+227-19
- src/proto/highlight.pro+1
- src/screen.c+180-11
- src/structs.h+1
- src/testdir/dumps/Test_popupwin_mask_1.dump+3-3
- src/testdir/dumps/Test_popupwin_mask_2.dump+3-3
- src/testdir/dumps/Test_popupwin_mask_3.dump+3-3
- src/testdir/dumps/Test_popupwin_mask_4.dump+3-3
- src/testdir/dumps/Test_popupwin_mask_5.dump+2-2
- src/testdir/dumps/Test_popupwin_popupmenu_masking_1.dump+3-3
- src/testdir/test_cd.vim+11
- src/testdir/test_filetype.vim+2-1
- src/version.c+20
- src/vim.h+1
0 commit comments