Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 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 Nov 24
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -7891,6 +7891,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
{item} 以外の欄は指定しなくてもよい。パーセント記号そのものを表示する
には "%%" とする。

*stl-%!*
このオプションの先頭が "%!" である場合は式とみなされ、評価した結果がオ
プションの値となる。例: >
:set statusline=%!MyStatusLine()
Expand Down
3 changes: 2 additions & 1 deletion 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 Nov 24
*options.txt* For Vim version 9.1. Last change: 2024 Nov 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -7870,6 +7870,7 @@ A jump table for the options with a short description can be found at |Q_op|.
All fields except the {item} are optional. A single percent sign can
be given as "%%".

*stl-%!*
When the option starts with "%!" then it is used as an expression,
evaluated and the result is used as the option value. Example: >
:set statusline=%!MyStatusLine()
Expand Down