Skip to content

Commit e9ec4df

Browse files
committed
Update pattern.{txt,jax}
1 parent e4f3fd6 commit e9ec4df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/pattern.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 06
1+
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -187,6 +187,7 @@ Note: `:global` コマンドを旧来のスクリプトで使うと、Vi の互
187187
'ignorecase' 検索時に大文字と小文字を区別しない
188188
'imsearch' 検索パターンを入力するときに |IME| を使用する
189189
'incsearch' パターンを入力すると、マッチするものが段階的に表示される
190+
'maxsearchcount' 検索カウントの最大数 |shm-S|
190191
'shortmess' メッセージを抑制 |shm-s|。検索件数を表示 |shm-S|
191192
'smartcase' パターンに大文字が含まれている場合は 'ignorecase' を上
192193
書きする

en/pattern.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 06
1+
*pattern.txt* For Vim version 9.1. Last change: 2025 Jul 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -189,6 +189,7 @@ The following options affect how a search is performed in Vim:
189189
'ignorecase' ignore case when searching
190190
'imsearch' use |IME| when entering the search pattern
191191
'incsearch' show matches incrementally as the pattern is typed
192+
'maxsearchcount' maximum number for the search count |shm-S|
192193
'shortmess' suppress messages |shm-s|; show search count |shm-S|
193194
'smartcase' override 'ignorecase' if pattern contains uppercase
194195
'wrapscan' continue searching from the start of the file

0 commit comments

Comments
 (0)