Commit 6eb25e0
committed
vim: Import v9.1.1094
* 9.1.1094: Vim9: problem finding implemented method in type hierarchy
* runtime(qf): Update syntax file, match second delimiter
* 9.1.1093: tests: output of test ...win32_ctrl_z depends on python version
* 9.1.1092: tests: fix expected return code for python 3.13 on Windows
* 9.1.1091: tests: timeout might be a bit too small
* 9.1.1090: tests: test_terminwscroll_topline2 unreliable
* 9.1.1089: tests: No check when tests are run under Github actions
* 9.1.1088: tests: plugin tests are named inconsistently
* 9.1.1087: Vim9: import with extends may crash
* 9.1.1086: completion doesn't work with multi lines
* 9.1.1085: filetype: cmmt files are not recognized
* 9.1.1084: Unable to persistently ignore events in a window and its buffers
* runtime(tex): improve syntax highlighting
* 9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwise mode1 parent 7da81ed commit 6eb25e0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/syntax/qf.vim+18-11
- src/errors.h+1-1
- src/testdir/Make_all.mak+10-10
- src/testdir/check.vim+7
- src/testdir/dumps/Test_quickfix_cwindow_1.dump+3-3
- src/testdir/dumps/Test_quickfix_cwindow_2.dump+3-3
- src/testdir/dumps/Test_quickfix_cwindow_3.dump+3-3
- src/testdir/dumps/Test_quickfix_cwindow_4.dump+3-3
- src/testdir/runtest.vim+2-2
- src/testdir/test_plugin_glvs.vim
- src/testdir/test_plugin_man.vim
- src/testdir/test_plugin_termdebug.vim
- src/testdir/test_plugin_tohtml.vim
- src/testdir/test_plugin_zip.vim
- src/testdir/test_terminal.vim+22-4
- src/testdir/test_terminal2.vim+23-16
- src/testdir/test_vim9_class.vim+153
- src/testdir/test_vim9_import.vim+38
- src/version.c+16
- src/vim9class.c+19-5
- src/vim9execute.c+8-2
0 commit comments