Skip to content

Commit c859f79

Browse files
authored
Merge pull request #2480 from h-east/update-pattern
Update pattern.{txt,jax}
2 parents d1b6ee1 + bf1aa8a commit c859f79

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

doc/pattern.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*pattern.txt* For Vim バージョン 9.1. Last change: 2026 Jan 28
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1154,14 +1154,16 @@ x 特別な意味のない文字は、その文字自身とマッチします
11541154
*[:cntrl:]* [:cntrl:] iscntrl ASCII コントロール文字
11551155
*[:digit:]* [:digit:] 10 進数字、'0' から '9'
11561156
*[:graph:]* [:graph:] isgraph スペース以外の ASCII 印字可能文字
1157-
*[:lower:]* [:lower:] (1) 小文字英字 ('ignorecase' がオンのとき
1158-
はすべての英字)
1157+
*[:lower:]* [:lower:] (1) 小文字英字 ('ignorecase' が使用され、
1158+
古いエンジンが使用されている場合はすべ
1159+
ての英字 |two-engines|)
11591160
*[:print:]* [:print:] (2) スペースを含む印字可能文字
11601161
*[:punct:]* [:punct:] ispunct ASCII の句読点
11611162
*[:space:]* [:space:] 空白文字: スペース、タブ、復帰コード、
11621163
改行コード、垂直タブ、改ページ
1163-
*[:upper:]* [:upper:] (3) 大文字英字 ('ignorecase' がオンのとき
1164-
はすべての英字)
1164+
*[:upper:]* [:upper:] (3) 大文字英字 ('ignorecase' が使用され、
1165+
古いエンジンが使用されている場合はすべ
1166+
ての英字 |two-engines|)
11651167
*[:xdigit:]* [:xdigit:] 16 進数字: 0-9, a-f, A-F
11661168
*[:return:]* [:return:] <CR> 文字
11671169
*[:tab:]* [:tab:] <Tab> 文字

en/pattern.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*pattern.txt* For Vim version 9.1. Last change: 2026 Jan 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1169,13 +1169,15 @@ x A single character, with no special meaning, matches itself
11691169
*[:graph:]* [:graph:] isgraph ASCII printable characters excluding
11701170
space
11711171
*[:lower:]* [:lower:] (1) lowercase letters (all letters when
1172-
'ignorecase' is used)
1172+
'ignorecase' is used and the old
1173+
engine is in use |two-engines|)
11731174
*[:print:]* [:print:] (2) printable characters including space
11741175
*[:punct:]* [:punct:] ispunct ASCII punctuation characters
11751176
*[:space:]* [:space:] whitespace characters: space, tab, CR,
11761177
NL, vertical tab, form feed
11771178
*[:upper:]* [:upper:] (3) uppercase letters (all letters when
1178-
'ignorecase' is used)
1179+
'ignorecase' is used and the old
1180+
engine is in use |two-engines|)
11791181
*[:xdigit:]* [:xdigit:] hexadecimal digits: 0-9, a-f, A-F
11801182
*[:return:]* [:return:] the <CR> character
11811183
*[:tab:]* [:tab:] the <Tab> character

0 commit comments

Comments
 (0)