From 0ff3187fb864040adf6251117f89dd995643d6e8 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 13 Nov 2023 13:31:30 +0800 Subject: vim-patch:8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs. https://github.com/vim/vim/commit/5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 Co-authored-by: Bram Moolenaar --- test/old/testdir/test_normal.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/old/testdir/test_normal.vim') diff --git a/test/old/testdir/test_normal.vim b/test/old/testdir/test_normal.vim index 09d3f0432f..f5ef2cc4ca 100644 --- a/test/old/testdir/test_normal.vim +++ b/test/old/testdir/test_normal.vim @@ -1923,6 +1923,8 @@ func Test_normal24_rot13() endfunc func Test_normal25_tag() + CheckFeature quickfix + " Testing for CTRL-] g CTRL-] g] " CTRL-W g] CTRL-W CTRL-] CTRL-W g CTRL-] h -- cgit