Skip to content

Commit 301f9a2

Browse files
committed
fix that have been pointed out in the review
1 parent a91a2f8 commit 301f9a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/pattern.jax

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
n 最後の "/" か "?" を [count] 回繰り返します。
6161
カーソルが移動しないときは、検索は [count] + 1で繰り返
6262
されます。
63-
If the cursor doesn't move the search is repeated with
64-
count + 1.
6563
|last-pattern| {Vi: カウントの前置を受け付けません}
6664

6765
*N*
@@ -1057,7 +1055,7 @@ x 特別な意味のない文字は、その文字自身とマッチします
10571055
検索では E769 のエラーがでます。 そして、 `:substitute` コマンドでコマ
10581056
ンド全体がパターンとなることに注意してください。 例えば、 ":s/[/x/" は
10591057
"[/x"を検索します。置換はおこなわれません。 "[" を検索して "x" に置換
1060-
されるのではありません
1058+
するのではありません
10611059
コレクション文字列の先頭が "^" の場合、 コレクションに含まれている文字
10621060
以外の文字がマッチします。"[^xyz]" は 'x'、'y'、'z' 以外の文字にマッチ
10631061
します。

0 commit comments

Comments
 (0)