0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 8.1.2373: cannot build with +popupwin but without +quickfix

Problem:    Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution:   Adjust #ifdefs.
This commit is contained in:
Bram Moolenaar
2019-12-01 15:23:11 +01:00
parent 9625d3d92d
commit 5a4c3082d7
27 changed files with 218 additions and 135 deletions

View File

@@ -1,9 +1,12 @@
" Test the :compiler command
source check.vim
func Test_compiler()
if !executable('perl')
return
endif
CheckFeature quickfix
" $LANG changes the output of Perl.
if $LANG != ''