Skip to content

Commit 5f9360a

Browse files
authored
Merge pull request #1550 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents e47be79 + 35942c6 commit 5f9360a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/options.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 07
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 19
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1961,7 +1961,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
19611961
{|+folding| 機能付きでコンパイルされたときのみ有効}
19621962
コメント用のテンプレート (雛形)。値の中の "%s" はコメントの内容と置き
19631963
換えられる。現在のところ、折り畳み用のマーカーを追加するためにのみ使用
1964-
されている。|fold-marker| を参照。
1964+
されている。|fold-marker| を参照。コメントプラグイン |comment-install|
1965+
でも使用される。
19651966

19661967
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*
19671968
'compatible' 'cp' 切替 (既定では オン、ファイル|vimrc|または |gvimrc|

en/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 May 07
1+
*options.txt* For Vim version 9.1. Last change: 2024 May 19
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1915,7 +1915,7 @@ A jump table for the options with a short description can be found at |Q_op|.
19151915
feature}
19161916
A template for a comment. The "%s" in the value is replaced with the
19171917
comment text. Currently only used to add markers for folding, see
1918-
|fold-marker|.
1918+
|fold-marker|. Also used by comment plugins |comment-install|.
19191919

19201920
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*
19211921
'compatible' 'cp' boolean (default on, off when a |vimrc| or |gvimrc|

0 commit comments

Comments
 (0)