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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -7891,6 +7891,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
78917891 {item} 以外の欄は指定しなくてもよい。パーセント記号そのものを表示する
78927892 には "%%" とする。
78937893
7894+ *stl-%!*
78947895 このオプションの先頭が "%!" である場合は式とみなされ、評価した結果がオ
78957896 プションの値となる。例: >
78967897 :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
22
33
44 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|.
78707870 All fields except the {item} are optional. A single percent sign can
78717871 be given as "%%".
78727872
7873+ *stl-%!*
78737874 When the option starts with "%!" then it is used as an expression,
78747875 evaluated and the result is used as the option value. Example: >
78757876 :set statusline=%!MyStatusLine()
You can’t perform that action at this time.
0 commit comments