comparison runtime/doc/options.txt @ 17431:ce35cdbe9f74 v8.1.1714

patch 8.1.1714: cannot preview a file in a popup window commit https://github.com/vim/vim/commit/7964873afe59d0896a921b7c585167674bb784d5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 18 21:43:07 2019 +0200 patch 8.1.1714: cannot preview a file in a popup window Problem: Cannot preview a file in a popup window. Solution: Add the 'previewpopup' option.
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jul 2019 21:45:06 +0200
parents b9bc47742df6
children ca8e754bdd53
comparison
equal deleted inserted replaced
17430:23c5d343007c 17431:ce35cdbe9f74
5625 'previewheight' 'pvh' number (default 12) 5625 'previewheight' 'pvh' number (default 12)
5626 global 5626 global
5627 {not available when compiled without the |+windows| or 5627 {not available when compiled without the |+windows| or
5628 |+quickfix| features} 5628 |+quickfix| features}
5629 Default height for a preview window. Used for |:ptag| and associated 5629 Default height for a preview window. Used for |:ptag| and associated
5630 commands. Used for |CTRL-W_}| when no count is given. 5630 commands. Used for |CTRL-W_}| when no count is given. Not used when
5631 'previewpopup' is set.
5632
5633 *'previewpopup'* *'pvp'*
5634 'previewpopup' 'pvp' string (default empty)
5635 global
5636 {not available when compiled without the |+windows|,
5637 |+textprop| or |+quickfix| feature}
5638 When not empty a popup window is used for commands that would open a
5639 preview window. See |preview-popup|.
5631 5640
5632 *'previewwindow'* *'nopreviewwindow'* 5641 *'previewwindow'* *'nopreviewwindow'*
5633 *'pvw'* *'nopvw'* *E590* 5642 *'pvw'* *'nopvw'* *E590*
5634 'previewwindow' 'pvw' boolean (default off) 5643 'previewwindow' 'pvw' boolean (default off)
5635 local to window 5644 local to window