Commit 50e1df7
committed
vim: Import v9.2.0198
* 9.2.0198: cscope: can escape from restricted mode
* runtime(doc): Fix typo in if_pyth.txt
* 9.2.0197: tabpanel: frame width not updated for existing tab pages
* runtime(yara): add ftplugin for yara filetype
* 9.2.0196: textprop: negative IDs and can cause a crash
* CI: bump actions/upload-artifact to v7
* 9.2.0195: CI: test-suite gets killed for taking too long
* 9.2.0194: tests: test_startup.vim leaves temp.txt around
* 9.2.0193: using copy_option_part() can be improved1 parent 7cf0e4d commit 50e1df7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/actions/test_artifacts/action.yml+1-1
- .github/workflows/ci.yml+8-3
- runtime/doc/if_pyth.txt+2-2
- runtime/doc/tags-1
- runtime/doc/textprop.txt+6-11
- runtime/doc/version9.txt+3-1
- runtime/ftplugin/yara.vim+22
- src/bufwrite.c+12-8
- src/change.c+3-2
- src/cindent.c+6-5
- src/errors.h+3-6
- src/help.c+10-4
- src/if_cscope.c+3
- src/memline.c+23-25
- src/optionstr.c+10-8
- src/po/vim.pot+2-7
- src/scriptfile.c+52-38
- src/spell.c+3-4
- src/spellfile.c+24-23
- src/testdir/Make_all.mak-2
- src/testdir/Make_mvc.mak+9
- src/testdir/Makefile+8
- src/testdir/test_restricted.vim+44
- src/testdir/test_startup.vim+3-2
- src/testdir/test_tabpanel.vim+23
- src/testdir/test_textprop.vim+9-38
- src/textprop.c+10-21
- src/version.c+12
- src/viminfo.c+3-4
- src/window.c+14
0 commit comments