File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- *various.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+ *various.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -256,7 +256,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
256256
257257 *:!cmd* *:!*
258258:!{cmd} シェルで {cmd} を実行します。'shell' と 'shelltype' も
259- 参照。
259+ 参照。フィルターコマンドについては、 | :range! | を参照。
260260 *E34*
261261 {cmd} の中の '!' は以前使用した外部プログラムに置
262262 き換えられます ('cpoptions' も参照)。'!' の前にバック
Original file line number Diff line number Diff line change 1- *various.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+ *various.txt* For Vim version 9.1. Last change: 2024 Nov 12
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -254,7 +254,8 @@ g8 Print the hex values of the bytes used in the
254254
255255 *:!cmd* *:!*
256256:!{cmd} Execute {cmd} with the shell. See also the 'shell'
257- and 'shelltype' option.
257+ and 'shelltype' option. For the filter command, see
258+ | :range! | .
258259 *E34*
259260 Any '!' in {cmd} is replaced with the previous
260261 external command (see also 'cpoptions' ). But not when
You can’t perform that action at this time.
0 commit comments