File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *change.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
1+ *change.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -566,6 +566,8 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
566566 照)。
567567
568568:{range} ![!]{filter} [!][arg] *:range!*
569+ 外部コマンドの実行については、| :! | を参照
570+
569571 {range} 行を外部プログラム {filter} でフィルタ処理する。
570572 {filter} の後ろには '!' を付けてもよい。これは最後に実
571573 行されたコマンドに置き換えられる。さらに [arg] を付け
Original file line number Diff line number Diff line change 1- *change.txt* For Vim version 9.1. Last change: 2024 Oct 07
1+ *change.txt* For Vim version 9.1. Last change: 2024 Nov 12
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -586,6 +586,8 @@ comment (starting with '"') after the `:!` command.
586586 program {filter} (for {Visual} see | Visual-mode | ).
587587
588588:{range} ![!]{filter} [!][arg] *:range!*
589+ For executing external commands see | :! |
590+
589591 Filter {range} lines through the external program
590592 {filter} . Vim replaces the optional bangs with the
591593 latest given command and appends the optional [arg] .
You can’t perform that action at this time.
0 commit comments