Skip to content

Commit d7c66e4

Browse files
committed
Update change.{txt,jax}
1 parent 8155951 commit d7c66e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/change.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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] を付け

en/change.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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].

0 commit comments

Comments
 (0)