Skip to content

Commit 884713e

Browse files
committed
fix line wrappings and indents
1 parent 49cc98c commit 884713e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/eval.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ char2nr({expr})
22432243
char2nr("ABC") returns 65
22442244
< 現在の'encoding'の値が適用される。"utf-8"のときの例: >
22452245
char2nr("á") returns 225
2246-
char2nr("á"[0]) returns 195
2246+
char2nr("á"[0]) returns 195
22472247
< 合成文字は個別の文字として扱われる。
22482248
|nr2char()| はこの逆を行う。
22492249

doc/pattern.jax

+4-4
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ after: \v \m \M \V マッチするもの ~
454454
|/\%c| \%23c \%23c 23列目 |/zero-width|
455455
|/\%v| \%23v \%23v 23列目 (表示単位) |/zero-width|
456456

457-
文字クラス {Vi にはない機能です}: */character-classes*
457+
文字クラス {Vi にはない機能です}: */character-classes*
458458
|/\i| \i \i 識別子文字 (オプション 'isident' を参照)
459459
|/\I| \I \I "\i" と同じですが、数字は除外します
460460
|/\k| \k \k キーワード文字 (オプション 'iskeyword' を参照)
@@ -1135,9 +1135,9 @@ Note: 'ignorecase'、"\c"、"\C" は、文字クラスには作用しません
11351135
キストの中では "^J" として表示されます。他では、<NL><Nul> の場合と同じよう
11361136
に扱われます。
11371137

1138-
スクリプトでは、パターン中の <NL> は、文字列中の <NL> とマッチします。"\n" (
1139-
バックスラッシュと n) は <NL> とはマッチしません。バッファ中のテキストとのマッ
1140-
チの場合のみ、"\n" は改行とマッチします。
1138+
スクリプトでは、パターン中の <NL> は、文字列中の <NL> とマッチします。"\n"
1139+
(バックスラッシュと n) は <NL> とはマッチしません。バッファ中のテキストとの
1140+
マッチの場合のみ、"\n" は改行とマッチします。
11411141

11421142
*pattern-multi-byte*
11431143
マルチバイト文字を使ったパターンは、たいていは、ユーザーが期待したとおりに機能

0 commit comments

Comments
 (0)