|
1 | | -*options.txt* For Vim version 9.1. Last change: 2024 Mar 26 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Mar 29 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -7502,8 +7502,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
7502 | 7502 | highlighted with |hl-NonText|. |
7503 | 7503 | You may also want to add "lastline" to the 'display' option to show as |
7504 | 7504 | much of the last line as possible. |
7505 | | - NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y, |
7506 | | - CTRL-B, CTRL-F and scrolling with the mouse. |
| 7505 | + NOTE: partly implemented, doesn't work yet for |gj| and |gk|. |
7507 | 7506 |
|
7508 | 7507 | *'softtabstop'* *'sts'* |
7509 | 7508 | 'softtabstop' 'sts' number (default 0) |
@@ -9469,8 +9468,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
9469 | 9468 | will scroll 'window' minus two lines, with a minimum of one. |
9470 | 9469 | When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll |
9471 | 9470 | in a much smarter way, taking care of wrapping lines. |
9472 | | - When resizing the Vim window, the value is smaller than 1 or more than |
9473 | | - or equal to 'lines' it will be set to 'lines' minus 1. |
| 9471 | + When resizing the Vim window, and the value is smaller than 1 or more |
| 9472 | + than or equal to 'lines' it will be set to 'lines' minus 1. |
9474 | 9473 | Note: Do not confuse this with the height of the Vim window, use |
9475 | 9474 | 'lines' for that. |
9476 | 9475 |
|
|
0 commit comments