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
2
2
3
3
4
4
VIM リファレンスマニュアル by Bram Moolenaar
@@ -256,7 +256,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
256
256
257
257
*:!cmd* *:!*
258
258
:!{cmd} シェルで {cmd} を実行します。'shell' と 'shelltype' も
259
- 参照。
259
+ 参照。フィルターコマンドについては、 | :range! | を参照。
260
260
*E34*
261
261
{cmd} の中の '!' は以前使用した外部プログラムに置
262
262
き換えられます ('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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -254,7 +254,8 @@ g8 Print the hex values of the bytes used in the
254
254
255
255
*:!cmd* *:!*
256
256
:!{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! | .
258
259
*E34*
259
260
Any '!' in {cmd} is replaced with the previous
260
261
external command (see also 'cpoptions' ). But not when
You can’t perform that action at this time.
0 commit comments