runtime/optwin.vim: missing 'previewpopup' feature

test_options.vim fails, so we need to disable this until the feature is
implemented.
This commit is contained in:
Justin M. Keyes
2019-08-02 16:41:18 +02:00
parent df636003bf
commit e2e220256e

View File

@@ -471,8 +471,8 @@ call append("$", " \tset wmw=" . &wmw)
call append("$", "helpheight\tinitial height of the help window") call append("$", "helpheight\tinitial height of the help window")
call append("$", " \tset hh=" . &hh) call append("$", " \tset hh=" . &hh)
if has("quickfix") if has("quickfix")
call append("$", "previewpopup\tuse a popup window for preview") " call append("$", "previewpopup\tuse a popup window for preview")
call append("$", " \tset pvp=" . &pvp) " call append("$", " \tset pvp=" . &pvp)
call append("$", "previewheight\tdefault height for the preview window") call append("$", "previewheight\tdefault height for the preview window")
call append("$", " \tset pvh=" . &pvh) call append("$", " \tset pvh=" . &pvh)
call append("$", "previewwindow\tidentifies the preview window") call append("$", "previewwindow\tidentifies the preview window")