commit | 5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 15:23:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 15:23:11 2019 +0100 |
tree | a25f441743857c618f3f019372a284b1d57c4e0d | |
parent | 9625d3d92d93be52f5d89a57b27ba2400e0fc6d2 [diff] [blame] |
patch 8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/testdir/test_preview.vim b/src/testdir/test_preview.vim index 91923fb..a85798b 100644 --- a/src/testdir/test_preview.vim +++ b/src/testdir/test_preview.vim
@@ -1,4 +1,6 @@ " Tests for the preview window +source check.vim +CheckFeature quickfix func Test_Psearch() " this used to cause ml_get errors