comparison runtime/doc/windows.txt @ 9737:35ce559b8553

commit https://github.com/vim/vim/commit/bc8801c9317eb721a2ee91322669f2dd5d136380 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 2 21:04:33 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Aug 2016 21:15:06 +0200
parents 64035abb986b
children 2b6654519a7c
comparison
equal deleted inserted replaced
9736:d963b7420aa2 9737:35ce559b8553
1 *windows.txt* For Vim version 7.4. Last change: 2016 Jun 10 1 *windows.txt* For Vim version 7.4. Last change: 2016 Jul 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
253 it will appear at the top and occupy the full width of the Vim 253 it will appear at the top and occupy the full width of the Vim
254 window. When the split is vertical the window appears at the 254 window. When the split is vertical the window appears at the
255 far left and occupies the full height of the Vim window. 255 far left and occupies the full height of the Vim window.
256 Doesn't work for |:execute| and |:normal|. 256 Doesn't work for |:execute| and |:normal|.
257 257
258 *:botright* 258 *:bo* *:botright*
259 :bo[tright] {cmd} 259 :bo[tright] {cmd}
260 Execute {cmd}. If it contains a command that splits a window, 260 Execute {cmd}. If it contains a command that splits a window,
261 it will appear at the bottom and occupy the full width of the 261 it will appear at the bottom and occupy the full width of the
262 Vim window. When the split is vertical the window appears at 262 Vim window. When the split is vertical the window appears at
263 the far right and occupies the full height of the Vim window. 263 the far right and occupies the full height of the Vim window.