Skip to content

Commit 98a5fbf

Browse files
committed
Update by original
1 parent 65a5e20 commit 98a5fbf

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/options.jax

Lines changed: 4 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 Oct 14
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Oct 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8751,7 +8751,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
87518751
のタイトルが復元される |X11|。
87528752

87538753
値に関数 printf 形式の '%' による書式指定が含まれているときは、
8754-
'statusline' と同じ方法で展開される。
8754+
'statusline' と同じ方法で展開される。無効な '%' 形式が含まれている場
8755+
合、値はそのまま使用され、値が設定される時にエラーや警告は表示されな
8756+
い。
87558757
'modelineexpr' がオフの場合は、モードラインでこのオプションを設定する
87568758
ことはできない。
87578759

en/options.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Oct 14
1+
*options.txt* For Vim version 9.1. Last change: 2024 Oct 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8705,7 +8705,9 @@ A jump table for the options with a short description can be found at |Q_op|.
87058705
be restored if possible, see |X11|.
87068706

87078707
When this option contains printf-style '%' items, they will be
8708-
expanded according to the rules used for 'statusline'.
8708+
expanded according to the rules used for 'statusline'. If it contains
8709+
an invalid '%' format, the value is used as-is and no error or warning
8710+
will be given when the value is set.
87098711
This option cannot be set in a modeline when 'modelineexpr' is off.
87108712

87118713
Example: >

0 commit comments

Comments
 (0)