diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:29:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:29:41 +0000 |
commit | c270d806f850f29926eb808375a2ce27be5c6dbd (patch) | |
tree | a392b6e5a22acda31ca999fa7344e4fe86a60dfd /runtime/doc/windows.txt | |
parent | 96d2c5b5be2101aa421545fc62373699d1ec8f7f (diff) | |
download | vim-git-c270d806f850f29926eb808375a2ce27be5c6dbd.tar.gz |
updated for version 7.0221
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 96602c958..93757a2eb 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 7.0aa. Last change: 2006 Mar 01 +*windows.txt* For Vim version 7.0aa. Last change: 2006 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -732,11 +732,12 @@ normally a small window used to show an include file or definition of a function. {not available when compiled without the |+quickfix| feature} -There can be only one preview window. It is created with one of the commands -below. The 'previewheight' option can be set to specify the height of the -preview window when it's opened. The 'previewwindow' option is set in the -preview window to be able to recognize it. The 'winfixheight' option is set -to have it keep the same height when opening/closing other windows. +There can be only one preview window (per tab page). It is created with one +of the commands below. The 'previewheight' option can be set to specify the +height of the preview window when it's opened. The 'previewwindow' option is +set in the preview window to be able to recognize it. The 'winfixheight' +option is set to have it keep the same height when opening/closing other +windows. *:pta* *:ptag* :pta[g][!] [tagname] |