Skip to content

Commit cb368ce

Browse files
committed
Update various.{txt,jax}
1 parent 8b51706 commit cb368ce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/various.jax

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

33

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

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

en/various.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -322,6 +322,9 @@ 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}.
325328
*:!!*
326329
:!! Repeat last ":!{cmd}".
327330

0 commit comments

Comments
 (0)