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: 3 additions & 1 deletion doc/change.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
*change.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -566,6 +566,8 @@ Vimがフィルタコマンドを実行するときに使うシェルを指定
照)。

:{range}![!]{filter} [!][arg] *:range!*
外部コマンドの実行については、|:!| を参照

{range} 行を外部プログラム {filter} でフィルタ処理する。
{filter} の後ろには '!' を付けてもよい。これは最後に実
行されたコマンドに置き換えられる。さらに [arg] を付け
Expand Down
4 changes: 3 additions & 1 deletion en/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 9.1. Last change: 2024 Oct 07
*change.txt* For Vim version 9.1. Last change: 2024 Nov 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -586,6 +586,8 @@ comment (starting with '"') after the `:!` command.
program {filter} (for {Visual} see |Visual-mode|).

:{range}![!]{filter} [!][arg] *:range!*
For executing external commands see |:!|

Filter {range} lines through the external program
{filter}. Vim replaces the optional bangs with the
latest given command and appends the optional [arg].
Expand Down