diff --git a/doc/various.jax b/doc/various.jax index 46c98a79f..fc46e8a1b 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -1,4 +1,4 @@ -*various.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*various.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12 VIM リファレンスマニュアル by Bram Moolenaar @@ -256,7 +256,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します *:!cmd* *:!* :!{cmd} シェルで {cmd} を実行します。'shell' と 'shelltype' も - 参照。 + 参照。フィルターコマンドについては、|:range!| を参照。 *E34* {cmd} の中の '!' は以前使用した外部プログラムに置 き換えられます ('cpoptions' も参照)。'!' の前にバック diff --git a/en/various.txt b/en/various.txt index 4c267941d..5f0ad0635 100644 --- a/en/various.txt +++ b/en/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*various.txt* For Vim version 9.1. Last change: 2024 Nov 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -254,7 +254,8 @@ g8 Print the hex values of the bytes used in the *:!cmd* *:!* :!{cmd} Execute {cmd} with the shell. See also the 'shell' - and 'shelltype' option. + and 'shelltype' option. For the filter command, see + |:range!|. *E34* Any '!' in {cmd} is replaced with the previous external command (see also 'cpoptions'). But not when