|
3 | 3 | helpname: 'pattern' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="pattern.html" name="pattern.txt">pattern.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Mar 28<br> |
| 6 | +<a class="Constant" href="pattern.html" name="pattern.txt">pattern.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 06<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
186 | 186 | <a class="Identifier" href="change.html#:s">:s</a> コマンドでは "e" フラグを指定することでエラーメッセージを抑制できます<br> |
187 | 187 | <a class="Identifier" href="change.html#:s_flags">:s_flags</a>。<br> |
188 | 188 | <br> |
| 189 | + <a class="Constant" href="pattern.html#search-options" name="search-options">search-options</a><br> |
| 190 | +以下のオプションは、Vim で検索を実行する方法に影響します:<br> |
| 191 | + <a class="Type" href="options.html#'hlsearch'">'hlsearch'</a> マッチをハイライトする<br> |
| 192 | + <a class="Type" href="options.html#'ignorecase'">'ignorecase'</a> 検索時に大文字と小文字を区別しない<br> |
| 193 | + <a class="Type" href="options.html#'imsearch'">'imsearch'</a> 検索パターンを入力するときに <a class="Identifier" href="mbyte.html#IME">IME</a> を使用する<br> |
| 194 | + <a class="Type" href="options.html#'incsearch'">'incsearch'</a> パターンを入力すると、マッチするものが段階的に表示される<br> |
| 195 | + <a class="Type" href="options.html#'shortmess'">'shortmess'</a> メッセージを抑制 <a class="Identifier" href="options.html#shm-s">shm-s</a>。検索件数を表示 <a class="Identifier" href="options.html#shm-S">shm-S</a><br> |
| 196 | + <a class="Type" href="options.html#'smartcase'">'smartcase'</a> パターンに大文字が含まれている場合は <a class="Type" href="options.html#'ignorecase'">'ignorecase'</a> を上<br> |
| 197 | + 書きする<br> |
| 198 | + <a class="Type" href="options.html#'wrapscan'">'wrapscan'</a> ファイルの先頭から検索を続行する<br> |
| 199 | +<br> |
189 | 200 | <a class="Constant" href="pattern.html#search-offset" name="search-offset">search-offset</a> <a class="Constant" href="pattern.html#{offset}" name="{offset}">{offset}</a><br> |
190 | 201 | 上記の検索コマンドは指定されたパターンを検索します。"/" と "?" ではさらにオフ<br> |
191 | 202 | セットを指定できます。オフセットには、行オフセットと文字オフセットの 2 種類あ<br> |
|
0 commit comments