File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2243,7 +2243,7 @@ char2nr({expr})
2243
2243
char2nr("ABC") returns 65
2244
2244
< 現在の'encoding' の値が適用される。"utf-8"のときの例: >
2245
2245
char2nr("á") returns 225
2246
- char2nr("á"[0]) returns 195
2246
+ char2nr("á"[0]) returns 195
2247
2247
< 合成文字は個別の文字として扱われる。
2248
2248
| nr2char() | はこの逆を行う。
2249
2249
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ after: \v \m \M \V マッチするもの ~
454
454
| /\%c | \%23c \%23c 23列目 | /zero-width |
455
455
| /\%v | \%23v \%23v 23列目 (表示単位) | /zero-width |
456
456
457
- 文字クラス {Vi にはない機能です}: */character-classes*
457
+ 文字クラス {Vi にはない機能です}: */character-classes*
458
458
| /\i | \i \i 識別子文字 (オプション 'isident' を参照)
459
459
| /\I | \I \I "\i" と同じですが、数字は除外します
460
460
| /\k | \k \k キーワード文字 (オプション 'iskeyword' を参照)
@@ -1135,9 +1135,9 @@ Note: 'ignorecase'、"\c"、"\C" は、文字クラスには作用しません
1135
1135
キストの中では "^J" として表示されます。他では、<NL> と <Nul> の場合と同じよう
1136
1136
に扱われます。
1137
1137
1138
- スクリプトでは、パターン中の <NL> は、文字列中の <NL> とマッチします。"\n" (
1139
- バックスラッシュと n) は <NL> とはマッチしません。バッファ中のテキストとのマッ
1140
- チの場合のみ 、"\n" は改行とマッチします。
1138
+ スクリプトでは、パターン中の <NL> は、文字列中の <NL> とマッチします。"\n"
1139
+ ( バックスラッシュと n) は <NL> とはマッチしません。バッファ中のテキストとの
1140
+ マッチの場合のみ 、"\n" は改行とマッチします。
1141
1141
1142
1142
*pattern-multi-byte*
1143
1143
マルチバイト文字を使ったパターンは、たいていは、ユーザーが期待したとおりに機能
You can’t perform that action at this time.
0 commit comments