aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/optwin.vim4
1 files 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")