Skip to content

Commit

Permalink
Merge pull request #1811 from h-east/update-change
Browse files Browse the repository at this point in the history
Update change.{txt,jax}
  • Loading branch information
h-east authored Nov 13, 2024
2 parents 8155951 + d7c66e4 commit 33f4e77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 33f4e77

Please sign in to comment.