File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1- *spell.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+ *spell.txt* For Vim バージョン 9.1. Last change: 2024 May 17
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -61,6 +61,17 @@ Vim は単語の綴りのみをチェックし、文法はチェックしない
6161 *[S*
6262[S "]S" と同様だが、後方検索を行う。
6363
64+ *]r*
65+ ]r カーソルの後の次の "稀な" 単語に移動する。
66+ コマンドの前のカウントを使用して繰り返すことができる。
67+ `wrapscan ` が適用される。
68+
69+ *[r*
70+ [r | ]r | と似ているが、後方検索でカーソルの前の "稀な" 単
71+ 語を見つける。2 行にまたがる単語は認識されないため、稀
72+ としてハイライトされていない単語で停止する可能性があ
73+ る。
74+
6475
6576単語をあなた自身の単語リストに追加するには:
6677
Original file line number Diff line number Diff line change 1- *spell.txt* For Vim version 9.1. Last change: 2024 May 11
1+ *spell.txt* For Vim version 9.1. Last change: 2024 May 17
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -62,6 +62,17 @@ To search for the next misspelled word:
6262 *[S*
6363[S Like "]S" but search backwards.
6464
65+ *]r*
66+ ]r Move to next "rare" word after the cursor.
67+ A count before the command can be used to repeat.
68+ 'wrapscan' applies.
69+
70+ *[r*
71+ [r Like "]r" but search backwards, find the "rare"
72+ word before the cursor. Doesn't recognize words
73+ split over two lines, thus may stop at words that are
74+ not highlighted as rare.
75+
6576
6677To add words to your own word list:
6778
You can’t perform that action at this time.
0 commit comments