Skip to content

Commit 13111a7

Browse files
committed
Fix indent
1 parent af38181 commit 13111a7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

doc/spell.jax

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ won't work.
4949

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

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

6161
*]S*
6262
]S "]s" と同様であるが、間違った単語のみで止まり、まれな
63-
単語や他の地域の単語では止まらない。
63+
単語や他の地域の単語では止まらない。
6464

6565
*[S*
6666
[S "]S" と同様であるが、後方検索を行う。
@@ -71,14 +71,14 @@ won't work.
7171
*zg*
7272
zg カーソルの下の単語を正しい (good) 単語として、
7373
'spellfile' の最初のファイルに追加する。
74-
コマンドの前に count を指定することで、'spellfile'
75-
の項目を指定することができる。count として 2 を指定す
76-
ると、二番目の項目が使われる。
77-
78-
ビジュアルモードで選択された文字は単語として追加される
79-
(スペースを含む!)。
80-
When the cursor is on text that is marked as badly
81-
spelled then the marked text is used.
74+
コマンドの前に count を指定することで、'spellfile'
75+
の項目を指定することができる。count として 2 を指定す
76+
ると、二番目の項目が使われる。
77+
78+
ビジュアルモードで選択された文字は単語として追加される
79+
(スペースを含む!)。
80+
When the cursor is on text that is marked as badly
81+
spelled then the marked text is used.
8282
Otherwise the word under the cursor, separated by
8383
non-word characters, is used.
8484

@@ -87,43 +87,43 @@ zg カーソルの下の単語を正しい (good) 単語として、
8787

8888
*zG*
8989
zG "zg" と同様であるが、その単語を内部単語リスト
90-
|internal-wordlist| に加える。
90+
|internal-wordlist| に加える。
9191

9292
*zw*
9393
zw "zg" と同様であるが、間違った (wrong) 単語としてマーク
94-
する。もしその単語がすでに 'spellfile' にある場合は、
95-
コメント行に変更される。それらを取り除くには
96-
|spellfile-cleanup| を参照する。
94+
する。もしその単語がすでに 'spellfile' にある場合は、
95+
コメント行に変更される。それらを取り除くには
96+
|spellfile-cleanup| を参照する。
9797

9898
*zW*
9999
zW "zw" と同様であるが、その単語を内部単語リスト
100-
|internal-wordlist| に加える。
100+
|internal-wordlist| に加える。
101101

102102
zuw *zug* *zuw*
103103
zug |zw||zg| をundoして、'spellfile' の項目からその単
104-
語を削除する。count は |zg| と同様に使われる。
104+
語を削除する。count は |zg| と同様に使われる。
105105

106106
zuW *zuG* *zuW*
107107
zuG |zW||zG| をundoして、内部単語リストからその単語を
108-
削除する。count は |zg| と同様に使われる。
108+
削除する。count は |zg| と同様に使われる。
109109

110110
*:spe* *:spellgood*
111111
:[count]spe[llgood] {word}
112-
|zg| と同様に、{word} を正しい単語として 'spellfile'
113-
に加える。 Without count the first name is used, with
114-
a count of two the second entry, etc.
112+
|zg| と同様に、{word} を正しい単語として 'spellfile'
113+
加える。 Without count the first name is used, with a
114+
count of two the second entry, etc.
115115

116116
:spe[llgood]! {word} |zG| と同様に、{word} を正しい単語として内部単語リスト
117-
に加える。
117+
に加える。
118118

119119
*:spellw* *:spellwrong*
120120
:[count]spellw[rong] {word}
121-
|zw| と同様に、{word} を間違った (wrong) 単語として
122-
'spellfile' に加える。Without count the first name is
123-
used, with a count of two the second entry, etc.
121+
|zw| と同様に、{word} を間違った (wrong) 単語として
122+
'spellfile' に加える。Without count the first name is
123+
used, with a count of two the second entry, etc.
124124

125125
:spellw[rong]! {word} |zW| と同様に、{word} を間違った (wrong) 単語として内
126-
部単語リストに追加する。
126+
部単語リストに追加する。
127127

128128
:[count]spellu[ndo] {word} *:spellu* *:spellundo*
129129
Like |zuw|. [count] used as with |:spellgood|.

0 commit comments

Comments
 (0)