File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2024 Oct 14
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2024 Oct 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8751,7 +8751,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
8751
8751
のタイトルが復元される |X11|。
8752
8752
8753
8753
値に関数 printf 形式の '%' による書式指定が含まれているときは、
8754
- 'statusline' と同じ方法で展開される。
8754
+ 'statusline' と同じ方法で展開される。無効な '%' 形式が含まれている場
8755
+ 合、値はそのまま使用され、値が設定される時にエラーや警告は表示されな
8756
+ い。
8755
8757
'modelineexpr' がオフの場合は、モードラインでこのオプションを設定する
8756
8758
ことはできない。
8757
8759
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
8705
8705
be restored if possible, see | X11 | .
8706
8706
8707
8707
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.
8709
8711
This option cannot be set in a modeline when 'modelineexpr' is off.
8710
8712
8711
8713
Example: >
You can’t perform that action at this time.
0 commit comments