Skip to content

Commit ec8ba50

Browse files
authored
Merge pull request #2322 from h-east/update-options
Update options.{txt,jax}
2 parents 6dc1f56 + f4de870 commit ec8ba50

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

doc/options.jax

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2134,7 +2134,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
21342134
'preserveindent'+ オフ インデント変更時に現在のインデント構造
21352135
を保持しない
21362136
'revins' + オフ 右から左の挿入なし
2137-
'ruler' + オフ ルーラーなし
2137+
'ruler' & オフ ルーラーなし
21382138
'scrolljump' + 1 ジャンプスクロールなし
21392139
'scrolloff' + 0 スクロールにオフセットなし
21402140
'shelltemp' - {変更なし} {'cp' リセット時にVimの既定値に設定}
@@ -2896,10 +2896,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
28962896
'cscoperelative' 'csre' 切替 (既定ではオフ)
28972897
グローバル
28982898
{|+cscope|機能つきでコンパイルされたときのみ利用可能}
2899-
cscope のプリフィックス (-P) がないとき、このオプションをオンに設定す
2900-
ると、cscope.out が保存されているディレクトリがプリフィックスとして使
2901-
われる。
2902-
|cscoperelative| 参照。
2899+
cscope にプリフィックス (-P) がない場合、このオプションを設定すると、
2900+
cscope.out のパスのベース名がプリフィックスとして使用される。
2901+
|cscoperelative| を参照。
29032902
NOTE: このオプションは、'compatible' がオンになるとオフになるので注意。
29042903

29052904
*'cscopetag'* *'cst'* *'nocscopetag'* *'nocst'*
@@ -7148,8 +7147,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
71487147
内で設定することはできない。
71497148

71507149
*'ruler'* *'ru'* *'noruler'* *'noru'*
7151-
'ruler' 'ru' 切替 (既定ではオフ, |defaults.vim| 内で
7152-
オンに設定される)
7150+
'ruler' 'ru' 切替 (Vimの既定値: オン、Viの既定値: オフ)
71537151
グローバル
71547152
カーソルが何行目の何列目に置かれているかを表示する {訳注: これをルー
71557153
ラーと呼ぶ}。行数と列数はコンマで区切られる。幅に余裕があるときは、表

en/options.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
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|.
20922092
'preserveindent'+ off don't preserve current indent structure
20932093
when changing it
20942094
'revins' + off no reverse insert
2095-
'ruler' + off no ruler
2095+
'ruler' & off no ruler
20962096
'scrolljump' + 1 no jump scroll
20972097
'scrolloff' + 0 no scroll offset
20982098
'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|.
28622862
global
28632863
{not available when compiled without the |+cscope|
28642864
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
28662866
enables to use the basename of cscope.out path as the prefix.
28672867
See |cscoperelative|.
28682868
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|.
30443044
Each anchor line splits the buffer (the split happens above the
30453045
anchor), with each part being diff'ed separately before the final
30463046
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
30483048
local options, each buffer should have the same number of anchors
30493049
(extra anchors will be ignored). This option is only used when
30503050
'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|.
71347134
security reasons.
71357135

71367136
*'ruler'* *'ru'* *'noruler'* *'noru'*
7137-
'ruler' 'ru' boolean (default off, set in |defaults.vim|)
7137+
'ruler' 'ru' boolean (Vim default: on, Vi default: off)
71387138
global
71397139
Show the line and column number of the cursor position, separated by a
71407140
comma. When there is room, the relative position of the displayed

0 commit comments

Comments
 (0)