From cb368ce5b0bf534c887b3e731957eede07d86f1a Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 16 Dec 2024 09:18:05 +0900 Subject: [PATCH 1/2] Update various.{txt,jax} --- doc/various.jax | 5 ++++- en/various.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/various.jax b/doc/various.jax index 212db3d0b..3af6257ba 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.1. Last change: 2024 Nov 23 +*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15 VIM リファレンスマニュアル by Bram Moolenaar @@ -327,6 +327,9 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します `:term ++shell ++close {cmd}` は、`:!{cmd}` の機能に近 いものになる。 + *:!-range* +:{range}!{cmd} |:!| と似ているが、{range} の各行に対して {cmd} を実行 + する。 *:!!* :!! 最後の ":!{cmd}" を繰り返します。 diff --git a/en/various.txt b/en/various.txt index 0ebcd0684..f8c3bef28 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2024 Nov 23 +*various.txt* For Vim version 9.1. Last change: 2024 Dec 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -322,6 +322,9 @@ g8 Print the hex values of the bytes used in the in Vim window. `:term ++shell ++close {cmd}` could serve as close approximation to what `:!{cmd}` does. + *:!-range* +:{range}!{cmd} Like |:!| but execute {cmd} for each line in the + {range}. *:!!* :!! Repeat last ":!{cmd}". From 2e70ae3e1b2dd5b027a7fbdec043bbc650fefd09 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 16 Dec 2024 19:58:14 +0900 Subject: [PATCH 2/2] Update by original --- doc/various.jax | 5 +---- en/various.txt | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/various.jax b/doc/various.jax index 3af6257ba..823a58a6f 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15 +*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16 VIM リファレンスマニュアル by Bram Moolenaar @@ -327,9 +327,6 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します `:term ++shell ++close {cmd}` は、`:!{cmd}` の機能に近 いものになる。 - *:!-range* -:{range}!{cmd} |:!| と似ているが、{range} の各行に対して {cmd} を実行 - する。 *:!!* :!! 最後の ":!{cmd}" を繰り返します。 diff --git a/en/various.txt b/en/various.txt index f8c3bef28..440a66562 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2024 Dec 15 +*various.txt* For Vim version 9.1. Last change: 2024 Dec 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -322,9 +322,6 @@ g8 Print the hex values of the bytes used in the in Vim window. `:term ++shell ++close {cmd}` could serve as close approximation to what `:!{cmd}` does. - *:!-range* -:{range}!{cmd} Like |:!| but execute {cmd} for each line in the - {range}. *:!!* :!! Repeat last ":!{cmd}".