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_makeencoding.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/old/testdir/test_makeencoding.vim') diff --git a/test/old/testdir/test_makeencoding.vim b/test/old/testdir/test_makeencoding.vim index e297bdc228..0a49fba755 100644 --- a/test/old/testdir/test_makeencoding.vim +++ b/test/old/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