Commit 9aba8f0
committed
vim: Import v9.2.0025
* 9.2.0025: filetype: cshtml incorrectly recognized
* 9.2.0024: Reading files with very long lines crashes with a segfault
* 9.2.0023: fix integer overflow in ml_append_int() for long lines
* 9.2.0022: bt_quickfix() is slow
* 9.2.0021: channel: connection timeout fails to fall back to IPv4
* 9.2.0020: Wrong shortened buffer after :cd with duplicate slashes
* runtime(doc): Mention xdg.vim in version9.txt
* 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
* 9.2.0018: high cpu usage with Wayland compositor
* 9.2.0017: popup: cannot allow to specify transparency
* runtime(less.sh): simplify the script and avoid startup messages
* 9.2.0016: popup border not redrawn correctly with wide chars
* runtime(ccomplete): handle structs from tags file1 parent 8a24b6a commit 9aba8f0
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .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