patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix
Commit:
https://github.com/vim/vim/commit/81d5329ace468b74c7ba29a72610e11d63f9f18f
Author: zeertzjq <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1w1SZt-005FpO-Dc%40256bit.org.