mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
patch 9.1.1248: compile error when building without FEAT_QUICKFIX
Problem: compile error when building without FEAT_QUICKFIX
Solution: adjust ifdefs in popupwin.c, add CheckFeature quickfix
to a few tests (John Marriott, Hirohito Higashi)
closes: #16940
closes: #16962
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Co-authored-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
7d8e7df551
commit
45377e2096
@@ -2108,12 +2108,14 @@ enddef
|
||||
|
||||
" Test for the 'previewpopup' option
|
||||
def Test_previewpopup()
|
||||
CheckFeature quickfix
|
||||
set previewpopup=height:10,width:60
|
||||
pedit Xppfile
|
||||
s:check_previewpopup('Xppfile')
|
||||
enddef
|
||||
|
||||
def Test_previewpopup_pbuffer()
|
||||
CheckFeature quickfix
|
||||
set previewpopup=height:10,width:60
|
||||
edit Xppfile
|
||||
pbuffer
|
||||
|
||||
Reference in New Issue
Block a user