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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -61,6 +61,17 @@ Vim は単語の綴りのみをチェックし、文法はチェックしない
61
61
*[S*
62
62
[S "]S" と同様だが、後方検索を行う。
63
63
64
+ *]r*
65
+ ]r カーソルの後の次の "稀な" 単語に移動する。
66
+ コマンドの前のカウントを使用して繰り返すことができる。
67
+ `wrapscan ` が適用される。
68
+
69
+ *[r*
70
+ [r | ]r | と似ているが、後方検索でカーソルの前の "稀な" 単
71
+ 語を見つける。2 行にまたがる単語は認識されないため、稀
72
+ としてハイライトされていない単語で停止する可能性があ
73
+ る。
74
+
64
75
65
76
単語をあなた自身の単語リストに追加するには:
66
77
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -62,6 +62,17 @@ To search for the next misspelled word:
62
62
*[S*
63
63
[S Like "]S" but search backwards.
64
64
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
+
65
76
66
77
To add words to your own word list:
67
78
You can’t perform that action at this time.
0 commit comments