Skip to content

Commit 02935a0

Browse files
authored
Merge pull request #1848 from h-east/update-options
Update options.{txt,jax}
2 parents f01587c + 188d473 commit 02935a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/options.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

en/options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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()

0 commit comments

Comments
 (0)