|
3 | 3 | helpname: 'spell'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="spell.html" name="spell.txt">spell.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 May 11<br> |
| 6 | +<a class="Constant" href="spell.html" name="spell.txt">spell.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 May 17<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
35 | 35 | 認識されない単語は以下のようにハイライトされる:<br>
|
36 | 36 | SpellBad 認識されない単語 <a class="Identifier" href="syntax.html#hl-SpellBad">hl-SpellBad</a><br>
|
37 | 37 | SpellCap 頭文字が大文字になっていない単語 <a class="Identifier" href="syntax.html#hl-SpellCap">hl-SpellCap</a><br>
|
38 |
| - SpellRare まれな単語 <a class="Identifier" href="syntax.html#hl-SpellRare">hl-SpellRare</a><br> |
| 38 | + SpellRare 稀な単語 <a class="Identifier" href="syntax.html#hl-SpellRare">hl-SpellRare</a><br> |
39 | 39 | SpellLocal 選択された地域では間違った綴り <a class="Identifier" href="syntax.html#hl-SpellLocal">hl-SpellLocal</a><br>
|
40 | 40 | <br>
|
41 | 41 | Vim は単語の綴りのみをチェックし、文法はチェックしない。<br>
|
|
49 | 49 | 次の綴りの間違った単語を探すには:<br>
|
50 | 50 | <br>
|
51 | 51 | <a class="Constant" href="spell.html#]s" name="]s">]s</a><br>
|
52 |
| -]s カーソルの後の、次の綴りの間違った単語に移動する。コマ<br> |
53 |
| - ンドの前に count を指定することで、繰り返しができる。<br> |
| 52 | +]s カーソルの後の、次の綴りの間違った単語に移動する。<br> |
| 53 | + コマンドの前のカウントを使用して繰り返すことができる。<br> |
54 | 54 | <a class="Type" href="options.html#'wrapscan'">'wrapscan'</a> が適用される。<br>
|
55 | 55 | <br>
|
56 | 56 | <a class="Constant" href="spell.html#[s" name="[s">[s</a><br>
|
57 |
| -[s "]s" と同様だが後方検索を行い、カーソルより前の綴りの<br> |
58 |
| - 間違った単語を探す。2行に渡った単語は認識しないため、<br> |
59 |
| - 間違いとしてハイライトされていない単語で止まることがあ<br> |
60 |
| - る。行頭が大文字になっていない単語では止まらない。<br> |
| 57 | +[s "]s" と同様だが、後方検索でカーソルより前の綴りの間違っ<br> |
| 58 | + た単語を探す。2 行に渡った単語は認識されないため、間違<br> |
| 59 | + いとしてハイライトされていない単語で停止する可能性があ<br> |
| 60 | + る。行頭が大文字になっていない単語では停止しない。<br> |
61 | 61 | <br>
|
62 | 62 | <a class="Constant" href="spell.html#]S" name="]S">]S</a><br>
|
63 |
| -]S "]s" と同様だが、間違った単語のみで止まり、まれな単語<br> |
64 |
| - や他の地域の単語では止まらない。<br> |
| 63 | +]S "]s" と同様だが、間違った単語のみで停止し、稀な単語や<br> |
| 64 | + 他の地域の単語では停止しない。<br> |
65 | 65 | <br>
|
66 | 66 | <a class="Constant" href="spell.html#[S" name="[S">[S</a><br>
|
67 | 67 | [S "]S" と同様だが、後方検索を行う。<br>
|
68 | 68 | <br>
|
| 69 | + <a class="Constant" href="spell.html#]r" name="]r">]r</a><br> |
| 70 | +]r カーソルの後の、次の "稀な" 単語に移動する。<br> |
| 71 | + コマンドの前のカウントを使用して繰り返すことができる。<br> |
| 72 | + <a class="Type" href="options.html#'wrapscan'">'wrapscan'</a> が適用される。<br> |
| 73 | +<br> |
| 74 | + <a class="Constant" href="spell.html#[r" name="[r">[r</a><br> |
| 75 | +[r "]r" と同様だが、後方検索でカーソルより前の "稀な" 単<br> |
| 76 | + 語を探す。2 行に渡った単語は認識されないため、稀として<br> |
| 77 | + ハイライトされていない単語で停止する可能性がある。<br> |
| 78 | +<br> |
69 | 79 | <br>
|
70 | 80 | 単語をあなた自身の単語リストに追加するには:<br>
|
71 | 81 | <br>
|
|
0 commit comments