comparison runtime/doc/windows.txt @ 16944:d23afa4d8b63

Update runtime files. commit https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:14:49 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:15:07 +0200
parents 0154363d3b98
children ce35cdbe9f74
comparison
equal deleted inserted replaced
16943:2f0579d6b1e5 16944:d23afa4d8b63
1 *windows.txt* For Vim version 8.1. Last change: 2019 May 30 1 *windows.txt* For Vim version 8.1. Last change: 2019 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
214 (and others, if the 'equalalways' option is set). 214 (and others, if the 'equalalways' option is set).
215 215
216 :[N]sv[iew] [++opt] [+cmd] {file} *:sv* *:sview* *splitview* 216 :[N]sv[iew] [++opt] [+cmd] {file} *:sv* *:sview* *splitview*
217 Same as ":split", but set 'readonly' option for this buffer. 217 Same as ":split", but set 'readonly' option for this buffer.
218 218
219 :[N]sf[ind] [++opt] [+cmd] {file} *:sf* *:sfind* *splitfind* 219 :[N]sf[ind] [++opt] [+cmd] {file} *:sf* *:sfi* *:sfind* *splitfind*
220 Same as ":split", but search for {file} in 'path' like in 220 Same as ":split", but search for {file} in 'path' like in
221 |:find|. Doesn't split if {file} is not found. 221 |:find|. Doesn't split if {file} is not found.
222 222
223 CTRL-W CTRL-^ *CTRL-W_CTRL-^* *CTRL-W_^* 223 CTRL-W CTRL-^ *CTRL-W_CTRL-^* *CTRL-W_^*
224 CTRL-W ^ Split the current window in two and edit the alternate file. 224 CTRL-W ^ Split the current window in two and edit the alternate file.
1217 Split window and go to [N]th previous buffer in buffer list. 1217 Split window and go to [N]th previous buffer in buffer list.
1218 Wraps around the start of the buffer list. 1218 Wraps around the start of the buffer list.
1219 Uses 'switchbuf'. 1219 Uses 'switchbuf'.
1220 Also see |+cmd|. 1220 Also see |+cmd|.
1221 1221
1222 :br[ewind][!] [+cmd] *:br* *:brewind* 1222 :br[ewind][!] [+cmd] *:br* *:bre* *:brewind*
1223 Go to first buffer in buffer list. If the buffer list is 1223 Go to first buffer in buffer list. If the buffer list is
1224 empty, go to the first unlisted buffer. 1224 empty, go to the first unlisted buffer.
1225 See |:buffer-!| for [!]. 1225 See |:buffer-!| for [!].
1226 1226
1227 :bf[irst] [+cmd] *:bf* *:bfirst* 1227 :bf[irst] [+cmd] *:bf* *:bfirst*