Commit: patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix

1 view
Skip to first unread message

Christian Brabandt

unread,
Mar 14, 2026, 1:17:03 PM (9 days ago) Mar 14
to vim...@googlegroups.com
patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix

Commit: https://github.com/vim/vim/commit/81d5329ace468b74c7ba29a72610e11d63f9f18f
Author: zeertzjq <zeer...@outlook.com>
Date: Sat Mar 14 16:50:43 2026 +0000

patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix

Problem: tests: unnecessary CheckRunVimInTerminal in test_quickfix.vim
(after v9.2.0159)
Solution: Remove it (zeertzjq).

closes: #19671

Signed-off-by: zeertzjq <zeer...@outlook.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_quickfix.vim b/src/testdir/test_quickfix.vim
index fd97fd106..5326c3dfb 100644
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -6993,7 +6993,6 @@ func Test_quickfixtextfunc_wipes_buffer()
endfunc

func Test_quickfix_longline_noeol()
- CheckRunVimInTerminal
let qf = 'Xquickfix'
let args = $"-q {qf}"
let after =<< trim [CODE]
diff --git a/src/version.c b/src/version.c
index c215222c9..8fcb1f0b0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 162,
/**/
161,
/**/
Reply all
Reply to author
Forward
0 new messages