Skip to content

Commit 7698333

Browse files
authored
Merge pull request #1559 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 3b42fd1 + c7d7bae commit 7698333

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7267,8 +7267,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
72677267
メッセージ (例えば ":cn") がその前のメッセージを必ず上書きする
72687268
s "下まで検索したので上に戻ります" と "上まで検索した *shm-s*
72697269
ので下に戻ります" というメッセージを表示しない。検索件数を使用
7270-
する場合、件数メッセージの後に "W" が表示されない(下記の S を
7271-
参照
7270+
する場合、件数メッセージの前に "W" が表示されない(下記の
7271+
|shm-S| を参照
72727272
t ファイル間連のメッセージが長すぎてコマンドラインに *shm-t*
72737273
収まらないときは、先頭を切り詰める。先頭には "<" が表示される。
72747274
Exモードでは無視される
@@ -7289,7 +7289,12 @@ Note 1番目の形式では、行全体がオプション指定に使われる
72897289
F コマンドに対する |:silent| のように、ファイルを編集中 *shm-F*
72907290
にファイル情報を表示しない。note これは autocommand および
72917291
'autoread' の再読み込みからのメッセージにも影響する
7292-
S 検索時に検索件数メッセージを表示しない。例えば "[1/5]" *shm-S*
7292+
S 検索時に検索件数メッセージを表示しない。例えば *shm-S*
7293+
"[1/5]"。"S" フラグが指定されない (例えば、検索件数が表示され
7294+
る) 場合、"search hit BOTTOM, continuing at TOP" および
7295+
"search hit TOP, continuing at BOTTOM" メッセージは、検索件数
7296+
統計の前に "W" (覚え方: Wrapped) 文字のみで示される。
7297+
72937298
{訳注: 以下日本語メッセージの場合:
72947299
"[Incomplete last line]" "[最終行が不完全]"
72957300
"[Modified]" "[変更あり]"

en/options.txt

Lines changed: 8 additions & 4 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 19
1+
*options.txt* For Vim version 9.1. Last change: 2024 Jun 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7238,8 +7238,8 @@ A jump table for the options with a short description can be found at |Q_op|.
72387238
message; also for quickfix message (e.g., ":cn")
72397239
s don't give "search hit BOTTOM, continuing at TOP" or *shm-s*
72407240
"search hit TOP, continuing at BOTTOM" messages; when using
7241-
the search count do not show "W" after the count message (see
7242-
S below)
7241+
the search count do not show "W" before the count message
7242+
(see |shm-S| below)
72437243
t truncate file message at the start if it is too long *shm-t*
72447244
to fit on the command-line, "<" will appear in the left most
72457245
column; ignored in Ex mode
@@ -7261,7 +7261,11 @@ A jump table for the options with a short description can be found at |Q_op|.
72617261
`:silent` was used for the command; note that this also
72627262
affects messages from autocommands and 'autoread' reloading
72637263
S do not show search count message when searching, e.g. *shm-S*
7264-
"[1/5]"
7264+
"[1/5]". When the "S" flag is not present (e.g. search count
7265+
is shown), the "search hit BOTTOM, continuing at TOP" and
7266+
"search hit TOP, continuing at BOTTOM" messages are only
7267+
indicated by a "W" (Mnemonic: Wrapped) letter before the
7268+
search count statistics.
72657269

72667270
This gives you the opportunity to avoid that a change between buffers
72677271
requires you to hit <Enter>, but still gives as useful a message as

0 commit comments

Comments
 (0)