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
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 書きする
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
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
You can’t perform that action at this time.
0 commit comments