Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -256,7 +256,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します

*:!cmd* *:!*
:!{cmd} シェルで {cmd} を実行します。'shell' と 'shelltype' も
参照。
参照。フィルターコマンドについては、|:range!| を参照。
*E34*
{cmd} の中の '!' は以前使用した外部プログラムに置
き換えられます ('cpoptions' も参照)。'!' の前にバック
Expand Down
5 changes: 3 additions & 2 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down