File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 24
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7891,6 +7891,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
7891
7891
{item} 以外の欄は指定しなくてもよい。パーセント記号そのものを表示する
7892
7892
には "%%" とする。
7893
7893
7894
+ *stl-%!*
7894
7895
このオプションの先頭が "%!" である場合は式とみなされ、評価した結果がオ
7895
7896
プションの値となる。例: >
7896
7897
:set statusline=%!MyStatusLine()
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2024 Nov 24
1
+ *options.txt* For Vim version 9.1. Last change: 2024 Nov 27
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7870,6 +7870,7 @@ A jump table for the options with a short description can be found at |Q_op|.
7870
7870
All fields except the {item} are optional. A single percent sign can
7871
7871
be given as "%%".
7872
7872
7873
+ *stl-%!*
7873
7874
When the option starts with "%!" then it is used as an expression,
7874
7875
evaluated and the result is used as the option value. Example: >
7875
7876
:set statusline=%!MyStatusLine()
You can’t perform that action at this time.
0 commit comments