|
1 | | -*options.txt* For Vim version 9.1. Last change: 2025 Sep 14 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Sep 15 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -2092,7 +2092,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
2092 | 2092 | 'preserveindent'+ off don't preserve current indent structure |
2093 | 2093 | when changing it |
2094 | 2094 | 'revins' + off no reverse insert |
2095 | | - 'ruler' + off no ruler |
| 2095 | + 'ruler' & off no ruler |
2096 | 2096 | 'scrolljump' + 1 no jump scroll |
2097 | 2097 | 'scrolloff' + 0 no scroll offset |
2098 | 2098 | 'shelltemp' - {unchanged} {set vim default only on resetting 'cp'} |
@@ -2862,7 +2862,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
2862 | 2862 | global |
2863 | 2863 | {not available when compiled without the |+cscope| |
2864 | 2864 | feature} |
2865 | | - In the absence of a prefix (-P) for cscope. setting this option |
| 2865 | + In the absence of a prefix (-P) for cscope, setting this option |
2866 | 2866 | enables to use the basename of cscope.out path as the prefix. |
2867 | 2867 | See |cscoperelative|. |
2868 | 2868 | NOTE: This option is reset when 'compatible' is set. |
@@ -3044,7 +3044,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
3044 | 3044 | Each anchor line splits the buffer (the split happens above the |
3045 | 3045 | anchor), with each part being diff'ed separately before the final |
3046 | 3046 | result is joined. When more than one {address} are provided, the |
3047 | | - anchors will be sorted interally by line number. If using buffer |
| 3047 | + anchors will be sorted internally by line number. If using buffer |
3048 | 3048 | local options, each buffer should have the same number of anchors |
3049 | 3049 | (extra anchors will be ignored). This option is only used when |
3050 | 3050 | 'diffopt' has "anchor" set. See |diff-anchors| for more details and |
@@ -7134,7 +7134,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
7134 | 7134 | security reasons. |
7135 | 7135 |
|
7136 | 7136 | *'ruler'* *'ru'* *'noruler'* *'noru'* |
7137 | | -'ruler' 'ru' boolean (default off, set in |defaults.vim|) |
| 7137 | +'ruler' 'ru' boolean (Vim default: on, Vi default: off) |
7138 | 7138 | global |
7139 | 7139 | Show the line and column number of the cursor position, separated by a |
7140 | 7140 | comma. When there is room, the relative position of the displayed |
|
0 commit comments