comparison runtime/doc/options.txt @ 179:7fd70926e2e1 v7.0055

updated for version 7.0055
author vimboss
date Fri, 04 Mar 2005 23:39:37 +0000
parents 8c60f65311fa
children 7e70fc748752
comparison
equal deleted inserted replaced
178:4d53c2a2af94 179:7fd70926e2e1
1 *options.txt* For Vim version 7.0aa. Last change: 2005 Feb 23 1 *options.txt* For Vim version 7.0aa. Last change: 2005 Mar 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6831 *'window'* *'wi'* 6831 *'window'* *'wi'*
6832 'window' 'wi' number (default screen height - 1) 6832 'window' 'wi' number (default screen height - 1)
6833 global 6833 global
6834 Window height. Do not confuse this with the height of the Vim window, 6834 Window height. Do not confuse this with the height of the Vim window,
6835 use 'lines' for that. 6835 use 'lines' for that.
6836 Used for |CTRL-F| and |CTRL-B| when the value is smaller than 'lines' 6836 Used for |CTRL-F| and |CTRL-B| when there is only one window and the
6837 minus one. The screen will scroll 'window' minus two lines, with a 6837 value is smaller than 'lines' minus one. The screen will scroll
6838 minimum of one. 6838 'window' minus two lines, with a minimum of one.
6839 When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll 6839 When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll
6840 in a much smarter way, taking care of wrapping lines. 6840 in a much smarter way, taking care of wrapping lines.
6841 When resizing the Vim window, the value is smaller than 1 or more than 6841 When resizing the Vim window, the value is smaller than 1 or more than
6842 or equal to 'lines' it will be set to 'lines' minus 1. 6842 or equal to 'lines' it will be set to 'lines' minus 1.
6843 {Vi also uses the option to specify the number of displayed lines} 6843 {Vi also uses the option to specify the number of displayed lines}