Skip to content

Commit d7aac64

Browse files
authored
Merge pull request #1680 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 428cf11 + 9a7a96f commit d7aac64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/options.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1540,8 +1540,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
15401540
list:{n} 番号付きもしくは箇条書きリスト('formatlistpat' の
15411541
設定を使う)にマッチする行について追加のインデント
15421542
を加える。
1543-
list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
15441543
(既定では 0)
1544+
list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
15451545
column:{n} インデントの桁数 {n}。他のサブオプションを上書きす
15461546
る。Note: 'showbreak' の設定が追加インデントに足さ
15471547
れるかもしれない。

en/options.txt

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

33

44
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|.
14911491
list:{n} Adds an additional indent for lines that match a
14921492
numbered or bulleted list (using the
14931493
'formatlistpat' setting).
1494-
list:-1 Uses the length of a match with 'formatlistpat'
1495-
for indentation.
14961494
(default: 0)
1495+
list:-1 Uses the width of a match with 'formatlistpat' for
1496+
indentation.
14971497
column:{n} Indent at column {n}. Will overrule the other
14981498
sub-options. Note: an additional indent may be
14991499
added for the 'showbreak' setting.

0 commit comments

Comments
 (0)