From e2e220256e7e62b6b7df9ba65cd3fdf32390652b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 2 Aug 2019 16:41:18 +0200 Subject: runtime/optwin.vim: missing 'previewpopup' feature test_options.vim fails, so we need to disable this until the feature is implemented. --- runtime/optwin.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/optwin.vim b/runtime/optwin.vim index e2a1d9e8a0..51b2bbb583 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -471,8 +471,8 @@ call append("$", " \tset wmw=" . &wmw) call append("$", "helpheight\tinitial height of the help window") call append("$", " \tset hh=" . &hh) if has("quickfix") - call append("$", "previewpopup\tuse a popup window for preview") - call append("$", " \tset pvp=" . &pvp) + " call append("$", "previewpopup\tuse a popup window for preview") + " call append("$", " \tset pvp=" . &pvp) call append("$", "previewheight\tdefault height for the preview window") call append("$", " \tset pvh=" . &pvh) call append("$", "previewwindow\tidentifies the preview window") -- cgit