Skip to content

Commit

Permalink
Merge pull request #1680 from vim-jp/hh-update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east authored Sep 7, 2024
2 parents 428cf11 + 9a7a96f commit d7aac64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 07


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1540,8 +1540,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
list:{n} 番号付きもしくは箇条書きリスト('formatlistpat' の
設定を使う)にマッチする行について追加のインデント
を加える。
list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
(既定では 0)
list:-1 インデントに 'formatlistpat' のマッチの長さを使う。
column:{n} インデントの桁数 {n}。他のサブオプションを上書きす
る。Note: 'showbreak' の設定が追加インデントに足さ
れるかもしれない。
Expand Down
6 changes: 3 additions & 3 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Aug 12
*options.txt* For Vim version 9.1. Last change: 2024 Sep 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1491,9 +1491,9 @@ A jump table for the options with a short description can be found at |Q_op|.
list:{n} Adds an additional indent for lines that match a
numbered or bulleted list (using the
'formatlistpat' setting).
list:-1 Uses the length of a match with 'formatlistpat'
for indentation.
(default: 0)
list:-1 Uses the width of a match with 'formatlistpat' for
indentation.
column:{n} Indent at column {n}. Will overrule the other
sub-options. Note: an additional indent may be
added for the 'showbreak' setting.
Expand Down

0 comments on commit d7aac64

Please sign in to comment.