Skip to content

Commit

Permalink
Merge pull request #1318 from vim-jp/hh-update-pattern
Browse files Browse the repository at this point in the history
Update pattern.{txt,jax}
  • Loading branch information
h-east authored Oct 6, 2023
2 parents 81f74fd + 76908e4 commit 6e2e8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/pattern.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,8 @@ NOTE: 上記のものはマルチバイト文字に対しても機能します

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

\1 \( と \) に囲まれた最初の部分正規表現が */\1* *E65*
Expand Down
2 changes: 1 addition & 1 deletion en/pattern.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ match ASCII characters, as indicated by the range.

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

Expand Down

0 comments on commit 6e2e8b4

Please sign in to comment.