Skip to content

Commit

Permalink
Merge pull request #1848 from h-east/update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east authored Nov 28, 2024
2 parents f01587c + 188d473 commit 02935a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 02935a0

Please sign in to comment.