comparison runtime/doc/windows.txt @ 19721:bceeded72898

Update runtime files Commit: https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 20:37:11 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 20:45:06 +0100
parents af69c9335223
children 7f88f6a3ed4c
comparison
equal deleted inserted replaced
19720:69b650ef768a 19721:bceeded72898
1 *windows.txt* For Vim version 8.2. Last change: 2019 Dec 07 1 *windows.txt* For Vim version 8.2. Last change: 2020 Mar 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
213 Also see |++opt|. 213 Also see |++opt|.
214 Make new window N high (default is to use half the existing 214 Make new window N high (default is to use half the existing
215 height). Reduces the current window height to create room 215 height). Reduces the current window height to create room
216 (and others, if the 'equalalways' option is set). 216 (and others, if the 'equalalways' option is set).
217 217
218 :[N]sv[iew] [++opt] [+cmd] {file} *:sv* *:sview* *splitview* 218 :[N]sv[iew] [++opt] [+cmd] [file] *:sv* *:sview* *splitview*
219 Same as ":split", but set 'readonly' option for this buffer. 219 Same as ":split", but set 'readonly' option for this buffer.
220 220
221 :[N]sf[ind] [++opt] [+cmd] {file} *:sf* *:sfi* *:sfind* *splitfind* 221 :[N]sf[ind] [++opt] [+cmd] {file} *:sf* *:sfi* *:sfind* *splitfind*
222 Same as ":split", but search for {file} in 'path' like in 222 Same as ":split", but search for {file} in 'path' like in
223 |:find|. Doesn't split if {file} is not found. 223 |:find|. Doesn't split if {file} is not found.