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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -566,6 +566,8 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
566
566
照)。
567
567
568
568
:{range} ![!]{filter} [!][arg] *:range!*
569
+ 外部コマンドの実行については、| :! | を参照
570
+
569
571
{range} 行を外部プログラム {filter} でフィルタ処理する。
570
572
{filter} の後ろには '!' を付けてもよい。これは最後に実
571
573
行されたコマンドに置き換えられる。さらに [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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -586,6 +586,8 @@ comment (starting with '"') after the `:!` command.
586
586
program {filter} (for {Visual} see | Visual-mode | ).
587
587
588
588
:{range} ![!]{filter} [!][arg] *:range!*
589
+ For executing external commands see | :! |
590
+
589
591
Filter {range} lines through the external program
590
592
{filter} . Vim replaces the optional bangs with the
591
593
latest given command and appends the optional [arg] .
You can’t perform that action at this time.
0 commit comments