Skip to content

Commit 4f4b8bc

Browse files
tsuyoshichoh-east
andcommitted
cmdline.jax: fix 'in words' translation and other small change
Co-authored-by: h_east <[email protected]>
1 parent 45d4926 commit 4f4b8bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/cmdline.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,10 @@ Exコマンドには、その前に行単位の範囲を指定できるものが
765765

766766
カウントと範囲指定 *N:*
767767

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

0 commit comments

Comments
 (0)