File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 07
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1540,8 +1540,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
1540
1540
list:{n} 番号付きもしくは箇条書きリスト('formatlistpat' の
1541
1541
設定を使う)にマッチする行について追加のインデント
1542
1542
を加える。
1543
- list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
1544
1543
(既定では 0)
1544
+ list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
1545
1545
column:{n} インデントの桁数 {n}。他のサブオプションを上書きす
1546
1546
る。Note: 'showbreak' の設定が追加インデントに足さ
1547
1547
れるかもしれない。
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2024 Aug 12
1
+ *options.txt* For Vim version 9.1. Last change: 2024 Sep 07
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1491,9 +1491,9 @@ A jump table for the options with a short description can be found at |Q_op|.
1491
1491
list:{n} Adds an additional indent for lines that match a
1492
1492
numbered or bulleted list (using the
1493
1493
'formatlistpat' setting).
1494
- list:-1 Uses the length of a match with 'formatlistpat'
1495
- for indentation.
1496
1494
(default: 0)
1495
+ list:-1 Uses the width of a match with 'formatlistpat' for
1496
+ indentation.
1497
1497
column:{n} Indent at column {n} . Will overrule the other
1498
1498
sub-options. Note: an additional indent may be
1499
1499
added for the 'showbreak' setting.
You can’t perform that action at this time.
0 commit comments