Skip to content

Commit 2e70ae3

Browse files
committed
Update by original
1 parent cb368ce commit 2e70ae3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

doc/various.jax

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15
1+
*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -327,9 +327,6 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
327327
`:term ++shell ++close {cmd}` は、`:!{cmd}` の機能に近
328328
いものになる。
329329

330-
*:!-range*
331-
:{range}!{cmd} |:!| と似ているが、{range} の各行に対して {cmd} を実行
332-
する。
333330
*:!!*
334331
:!! 最後の ":!{cmd}" を繰り返します。
335332

en/various.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2024 Dec 15
1+
*various.txt* For Vim version 9.1. Last change: 2024 Dec 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -322,9 +322,6 @@ g8 Print the hex values of the bytes used in the
322322
in Vim window. `:term ++shell ++close {cmd}` could
323323
serve as close approximation to what `:!{cmd}` does.
324324

325-
*:!-range*
326-
:{range}!{cmd} Like |:!| but execute {cmd} for each line in the
327-
{range}.
328325
*:!!*
329326
:!! Repeat last ":!{cmd}".
330327

0 commit comments

Comments
 (0)