Skip to content

Commit 6efffb8

Browse files
committed
Update various.{txt,jax}
1 parent 8155951 commit 6efffb8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/various.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*various.txt* For Vim バージョン 9.1. Last change: 2024 Nov 12
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -256,7 +256,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
256256

257257
*:!cmd* *:!*
258258
:!{cmd} シェルで {cmd} を実行します。'shell''shelltype'
259-
参照。
259+
参照。フィルターコマンドについては、|:range!| を参照。
260260
*E34*
261261
{cmd} の中の '!' は以前使用した外部プログラムに置
262262
き換えられます ('cpoptions' も参照)。'!' の前にバック

en/various.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*various.txt* For Vim version 9.1. Last change: 2024 Nov 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -254,7 +254,8 @@ g8 Print the hex values of the bytes used in the
254254

255255
*:!cmd* *:!*
256256
:!{cmd} Execute {cmd} with the shell. See also the 'shell'
257-
and 'shelltype' option.
257+
and 'shelltype' option. For the filter command, see
258+
|:range!|.
258259
*E34*
259260
Any '!' in {cmd} is replaced with the previous
260261
external command (see also 'cpoptions'). But not when

0 commit comments

Comments
 (0)