From 5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 1 Dec 2019 15:23:11 +0100 Subject: patch 8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs. --- src/testdir/test_window_id.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testdir/test_window_id.vim') diff --git a/src/testdir/test_window_id.vim b/src/testdir/test_window_id.vim index 8bf4ede350..9c92faeea5 100644 --- a/src/testdir/test_window_id.vim +++ b/src/testdir/test_window_id.vim @@ -1,4 +1,5 @@ " Test using the window ID. +source check.vim func Test_win_getid() edit one @@ -94,6 +95,8 @@ func Test_win_getid() endfunc func Test_win_getid_curtab() + CheckFeature quickfix + tabedit X tabfirst copen -- cgit v1.2.3