Skip to content

Commit 45cedf7

Browse files
committed
fix by nvcheck
1 parent ecefc69 commit 45cedf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/cmdline.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,7 @@ Exコマンドには、その前に行単位の範囲を指定できるものが
734734
":write", ":global" での既定値はバッファ全体 (1,$) である。
735735

736736
コマンドに必要な数よりも多くの行指定子が指定された場合、コンマで区切られている
737-
ときは、左端の行指定子は無視されます。たとえば、次の例の -2,+ は次のようになる:
738-
>
737+
ときは、左端の行指定子は無視されます。例えば、次の例の -2,+ は次のようになる: >
739738
:-2,+,-2,. print
740739
<セミコロンで区切られている場合、左端の指定子から最後から2番目の指定子までが合
741740
計される。例えば、次の場合、-4 + 3 - 1 = -2 となる: >

0 commit comments

Comments
 (0)