Commit f76e6c2
committed
Vim: v9.2.0219
* vim c4d212257...8e0483c2f (36):
> patch 9.2.0219: call stack can be corrupted
> patch 9.2.0218: visual selection highlighting in X11 GUI is wrong.
> patch 9.2.0217: filetype: cto files are not recognized
> patch 9.2.0216: MS-Windows: Rendering artifacts with DirectX
> patch 9.2.0215: MS-Windows: several tests fail in the Windows CUI.
> patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky
> patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider
> patch 9.2.0212: MS-Windows: version packing may overflow
> translation(zh): Update the Simplify Chinese translation
> translation: align sponsor menu string spacing
> patch 9.2.0211: possible crash when setting 'winhighlight'
> runtime(fish): Add matchit support to filetype plugin
> patch 9.2.0210: tests: Test_xxd tests are failing
> runtime(doc): Update Italian xxd manpage
> patch 9.2.0209: freeze during wildmenu completion
> patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
> patch 9.2.0207: MS-Windows: freeze on second :hardcopy
> patch 9.2.0206: MS-Window: stripping all CSI sequences
> runtime(doc): disable color codes when generating ascii man pages in Makefile
> patch 9.2.0205: xxd: Cannot NUL terminate the C include file style
> patch 9.2.0204: filetype: cps files are not recognized
> patch 9.2.0203: Patch v9.2.0185 was wrong
> patch 9.2.0202: [security]: command injection via newline in glob()
> patch 9.2.0201: filetype: Wireguard config files not recognized
> patch 9.2.0200: term: DECRQM codes are sent too early
> CI: make dependabot monitor `.github/actions` directory
> patch 9.2.0199: tests: test_startup.vim fails
> patch 9.2.0198: cscope: can escape from restricted mode
> runtime(doc): Fix typo in if_pyth.txt
> patch 9.2.0197: tabpanel: frame width not updated for existing tab pages
> runtime(yara): add ftplugin for yara filetype
> patch 9.2.0196: textprop: negative IDs and can cause a crash
> CI: bump actions/upload-artifact to v7
> patch 9.2.0195: CI: test-suite gets killed for taking too long
> patch 9.2.0194: tests: test_startup.vim leaves temp.txt around
> patch 9.2.0193: using copy_option_part() can be improved
https://github.com/vim/vim-appimage/actions/runs/233693690861 parent 5528d35 commit f76e6c2
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/actions/test_artifacts/action.yml+1-1
- .github/dependabot.yml+9-1
- .github/workflows/ci.yml+8-3
- runtime/autoload/dist/ft.vim+5-1
- runtime/doc/Makefile+5-5
- runtime/doc/if_pyth.txt+2-2
- runtime/doc/tags-1
- runtime/doc/textprop.txt+6-11
- runtime/doc/version9.txt+8-2
- runtime/doc/xxd-it.1+22-4
- runtime/doc/xxd-it.UTF-8.1+22-4
- runtime/doc/xxd.1+18-1
- runtime/doc/xxd.man+31-20
- runtime/filetype.vim+4-1
- runtime/ftplugin/fish.vim+22
- runtime/ftplugin/yara.vim+22
- runtime/gvim.desktop+1-1
- src/bufwrite.c+12-8
- src/change.c+3-2
- src/cindent.c+6-5
- src/clipboard.c+2-1
- src/drawline.c+1-4
- src/errors.h+3-6
- src/ex_getln.c+16
- src/gui.h+3
- src/gui_w32.c+1
- src/help.c+10-4
- src/highlight.c+18
- src/if_cscope.c+3
- src/main.c+3
- src/memline.c+23-25
- src/optionstr.c+10-8
- src/os_mswin.c+10-20
- src/os_unix.c+1-1
- src/os_win32.c+8-1
- src/os_win32.h+1-1
- src/po/de.po+1-1
- src/po/hy.po+1-1
- src/po/it.po+1-1
- src/po/ja.euc-jp.po+1-1
- src/po/ja.po+1-1
- src/po/ja.sjis.po+1-1
- src/po/ru.cp1251.po+1-1
- src/po/ru.po+1-1
- src/po/sr.po+1-1
- src/po/sv.po+1-1
- src/po/ta.po+1-1
- src/po/tr.po+1-1
- src/po/uk.cp1251.po+1-1
- src/po/uk.po+1-1
- src/po/vim.pot+3-8
- src/po/zh_CN.UTF-8.po+79-20
- src/po/zh_CN.cp936.po+79-20
- src/po/zh_CN.po+79-20
- src/proto/term.pro+1
- src/screen.c+22-7
- src/scriptfile.c+54-40
- src/spell.c+3-4
- src/spellfile.c+24-23
- src/structs.h+2
- src/term.c+18-10
- src/terminal.c+4-1
- src/testdir/Make_all.mak-2
- src/testdir/Make_mvc.mak+9
- src/testdir/Makefile+8
- src/testdir/test_cmdline.vim+17
- src/testdir/test_eval_stuff.vim+5-1
- src/testdir/test_filetype.vim+3-1
- src/testdir/test_gui.vim+28
- src/testdir/test_restricted.vim+44
- src/testdir/test_startup.vim+1-1
- src/testdir/test_tabpanel.vim+23
- src/testdir/test_textprop.vim+9-38
- src/testdir/test_vim9_script.vim+34
- src/testdir/test_xxd.vim+40-7
- src/testdir/util/gen_opt_test.vim+2-1
- src/textprop.c+10-21
- src/version.c+55-1
- src/vim.h+8-8
- src/viminfo.c+3-4
- src/window.c+14
- src/xxd/xxd.c+16-2
0 commit comments