Skip to content

Commit 5c3b16c

Browse files
authored
Merge pull request #1547 from vim-jp/hh-update-spell
Update spell.{txt,jax}
2 parents b9643bf + 4a046c0 commit 5c3b16c

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

doc/spell.jax

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -30,7 +30,7 @@ vimspell" を実行することでそれについて調べることができる
3030
認識されない単語は以下のようにハイライトされる:
3131
SpellBad 認識されない単語 |hl-SpellBad|
3232
SpellCap 頭文字が大文字になっていない単語 |hl-SpellCap|
33-
SpellRare まれな単語 |hl-SpellRare|
33+
SpellRare 稀な単語 |hl-SpellRare|
3434
SpellLocal 選択された地域では間違った綴り |hl-SpellLocal|
3535

3636
Vim は単語の綴りのみをチェックし、文法はチェックしない。
@@ -44,23 +44,33 @@ Vim は単語の綴りのみをチェックし、文法はチェックしない
4444
次の綴りの間違った単語を探すには:
4545

4646
*]s*
47-
]s カーソルの後の、次の綴りの間違った単語に移動する。コマ
48-
ンドの前に count を指定することで、繰り返しができる
47+
]s カーソルの後の、次の綴りの間違った単語に移動する。
48+
コマンドの前のカウントを使用して繰り返すことができる
4949
'wrapscan' が適用される。
5050

5151
*[s*
52-
[s "]s" と同様だが後方検索を行い、カーソルより前の綴りの
53-
間違った単語を探す。2行に渡った単語は認識しないため、
54-
間違いとしてハイライトされていない単語で止まることがあ
55-
る。行頭が大文字になっていない単語では止まらない
52+
[s "]s" と同様だが、後方検索でカーソルより前の綴りの間違っ
53+
た単語を探す。2 行に渡った単語は認識されないため、間違
54+
いとしてハイライトされていない単語で停止する可能性があ
55+
る。行頭が大文字になっていない単語では停止しない
5656

5757
*]S*
58-
]S "]s" と同様だが、間違った単語のみで止まり、まれな単語
59-
や他の地域の単語では止まらない
58+
]S "]s" と同様だが、間違った単語のみで停止し、稀な単語や
59+
他の地域の単語では停止しない
6060

6161
*[S*
6262
[S "]S" と同様だが、後方検索を行う。
6363

64+
*]r*
65+
]r カーソルの後の、次の "稀な" 単語に移動する。
66+
コマンドの前のカウントを使用して繰り返すことができる。
67+
'wrapscan' が適用される。
68+
69+
*[r*
70+
[r "]r" と同様だが、後方検索でカーソルより前の "稀な" 単
71+
語を探す。2 行に渡った単語は認識されないため、稀として
72+
ハイライトされていない単語で停止する可能性がある。
73+
6474

6575
単語をあなた自身の単語リストに追加するには:
6676

en/spell.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

6677
To add words to your own word list:
6778

0 commit comments

Comments
 (0)