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_makeencoding.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/test_makeencoding.vim') diff --git a/src/testdir/test_makeencoding.vim b/src/testdir/test_makeencoding.vim index 09d36eac9..55b299535 100644 --- a/src/testdir/test_makeencoding.vim +++ b/src/testdir/test_makeencoding.vim @@ -1,7 +1,9 @@ " Tests for 'makeencoding'. source shared.vim +source check.vim +CheckFeature quickfix let s:python = PythonProg() if s:python == '' throw 'Skipped: python program missing' -- cgit v1.2.1