Skip to content

Commit 6e2e8b4

Browse files
authored
Merge pull request #1318 from vim-jp/hh-update-pattern
Update pattern.{txt,jax}
2 parents 81f74fd + 76908e4 commit 6e2e8b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/pattern.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,8 @@ NOTE: 上記のものはマルチバイト文字に対しても機能します
10671067

10681068
\(\) パターンをカッコでまとめます */\(* */\(\)* */\)*
10691069
例えば、"\(^a\)" は行頭の 'a' にマッチします。
1070-
これらは10個しかありません。"\%(" を使用してさらに追加できますが、部分
1071-
正規表現としてカウントすることはできません
1070+
これらは 9 つしか存在できません。"\%(" を使用してさらに追加できますが、
1071+
部分正規表現としてカウントすることはできません
10721072
*E51* *E54* *E55* *E872* *E873*
10731073

10741074
\1 \( と \) に囲まれた最初の部分正規表現が */\1* *E65*

en/pattern.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ match ASCII characters, as indicated by the range.
10801080

10811081
\(\) A pattern enclosed by escaped parentheses. */\(* */\(\)* */\)*
10821082
E.g., "\(^a\)" matches 'a' at the start of a line.
1083-
There can only be ten of these. You can use "\%(" to add more, but
1083+
There can only be nine of these. You can use "\%(" to add more, but
10841084
not counting it as a sub-expression.
10851085
*E51* *E54* *E55* *E872* *E873*
10861086

0 commit comments

Comments
 (0)