File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 06
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -187,6 +187,7 @@ Note: `:global` コマンドを旧来のスクリプトで使うと、Vi の互
187
187
'ignorecase' 検索時に大文字と小文字を区別しない
188
188
'imsearch' 検索パターンを入力するときに | IME | を使用する
189
189
'incsearch' パターンを入力すると、マッチするものが段階的に表示される
190
+ 'maxsearchcount' 検索カウントの最大数 | shm-S |
190
191
'shortmess' メッセージを抑制 | shm-s | 。検索件数を表示 | shm-S |
191
192
'smartcase' パターンに大文字が含まれている場合は 'ignorecase' を上
192
193
書きする
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -189,6 +189,7 @@ The following options affect how a search is performed in Vim:
189
189
'ignorecase' ignore case when searching
190
190
'imsearch' use | IME | when entering the search pattern
191
191
'incsearch' show matches incrementally as the pattern is typed
192
+ 'maxsearchcount' maximum number for the search count | shm-S |
192
193
'shortmess' suppress messages | shm-s | ; show search count | shm-S |
193
194
'smartcase' override 'ignorecase' if pattern contains uppercase
194
195
'wrapscan' continue searching from the start of the file
You can’t perform that action at this time.
0 commit comments