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:
@@ -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 != ''
|
||||
|
||||
Reference in New Issue
Block a user