Skip to content

Commit edbc345

Browse files
tsuyoshichoh-east
andcommitted
cmdline.jax: re-fix translation
Co-authored-by: h_east <[email protected]>
1 parent 4f4b8bc commit edbc345

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
@@ -767,8 +767,7 @@ Exコマンドには、その前に行単位の範囲を指定できるものが
767767

768768
":" を入力する前にカウントを指定すると、次のように変換される: >
769769
:.,.+(count - 1)
770-
言葉にすると: カーソル位置とその後ろの "count" 行のこと。例: 3行削除する場合:
771-
>
770+
言葉にすると: カーソル位置以降の "count" 行。例: 3行削除する場合: >
772771
3:d<CR> は .,.+2d<CR> に変換される
773772
<
774773

0 commit comments

Comments
 (0)