@@ -49,18 +49,18 @@ won't work.
49
49
50
50
*]s*
51
51
]s カーソルの後の、次の綴りの間違った単語に移動する。コマ
52
- ンドの前に count を指定することで、繰り返しができる。
53
- 'wrapscan' が適用される。
52
+ ンドの前に count を指定することで、繰り返しができる。
53
+ 'wrapscan' が適用される。
54
54
55
55
*[s*
56
56
[s "]s" と同様であるが後方検索を行い、カーソルより前の綴
57
- りの間違った単語を探す。2行に渡った単語は認識しないた
58
- め、間違いとしてハイライトされていない単語で止まること
59
- がある。行頭の大文字化されていない単語では止まらない。
57
+ りの間違った単語を探す。2行に渡った単語は認識しないた
58
+ め、間違いとしてハイライトされていない単語で止まること
59
+ がある。行頭の大文字化されていない単語では止まらない。
60
60
61
61
*]S*
62
62
]S "]s" と同様であるが、間違った単語のみで止まり、まれな
63
- 単語や他の地域の単語では止まらない。
63
+ 単語や他の地域の単語では止まらない。
64
64
65
65
*[S*
66
66
[S "]S" と同様であるが、後方検索を行う。
@@ -71,14 +71,14 @@ won't work.
71
71
*zg*
72
72
zg カーソルの下の単語を正しい (good) 単語として、
73
73
'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.
82
82
Otherwise the word under the cursor, separated by
83
83
non-word characters, is used.
84
84
@@ -87,43 +87,43 @@ zg カーソルの下の単語を正しい (good) 単語として、
87
87
88
88
*zG*
89
89
zG "zg" と同様であるが、その単語を内部単語リスト
90
- | internal-wordlist | に加える。
90
+ | internal-wordlist | に加える。
91
91
92
92
*zw*
93
93
zw "zg" と同様であるが、間違った (wrong) 単語としてマーク
94
- する。もしその単語がすでに 'spellfile' にある場合は、
95
- コメント行に変更される。それらを取り除くには
96
- | spellfile-cleanup | を参照する。
94
+ する。もしその単語がすでに 'spellfile' にある場合は、
95
+ コメント行に変更される。それらを取り除くには
96
+ | spellfile-cleanup | を参照する。
97
97
98
98
*zW*
99
99
zW "zw" と同様であるが、その単語を内部単語リスト
100
- | internal-wordlist | に加える。
100
+ | internal-wordlist | に加える。
101
101
102
102
zuw *zug* *zuw*
103
103
zug | zw | や | zg | をundoして、'spellfile' の項目からその単
104
- 語を削除する。count は | zg | と同様に使われる。
104
+ 語を削除する。count は | zg | と同様に使われる。
105
105
106
106
zuW *zuG* *zuW*
107
107
zuG | zW | や | zG | をundoして、内部単語リストからその単語を
108
- 削除する。count は | zg | と同様に使われる。
108
+ 削除する。count は | zg | と同様に使われる。
109
109
110
110
*:spe* *:spellgood*
111
111
:[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.
115
115
116
116
:spe[llgood]! {word} | zG | と同様に、{word} を正しい単語として内部単語リスト
117
- に加える。
117
+ に加える。
118
118
119
119
*:spellw* *:spellwrong*
120
120
:[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.
124
124
125
125
:spellw[rong]! {word} | zW | と同様に、{word} を間違った (wrong) 単語として内
126
- 部単語リストに追加する。
126
+ 部単語リストに追加する。
127
127
128
128
:[count] spellu[ndo] {word} *:spellu* *:spellundo*
129
129
Like | zuw | . [count] used as with | :spellgood | .
0 commit comments