Skip to content

Commit 22c467d

Browse files
authored
Merge pull request #1501 from mityu/update-cmdline
Update cmdline.{txt,jax}
2 parents 7ddc047 + ef28981 commit 22c467d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/cmdline.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.1. Last change: 2023 Dec 09
1+
*cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Apr 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -622,6 +622,12 @@ Exコマンドはいくつかの特徴を持っている。
622622
:[range]!
623623
引数 "-bar" なしで定義されたユーザーコマンド |:command|
624624

625+
加えて以下の |Vim9-script| キーワード:
626+
:abstract
627+
:class
628+
:enum
629+
:interface
630+
625631
Note: (Viから継承されたのだが) 次の点は混乱を招きやすいので注意: '|' は ":g"
626632
と共に使うとコマンドの引数に含まれるが、":s" ではコマンドの区切りになる。
627633

en/cmdline.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.1. Last change: 2023 Dec 09
1+
*cmdline.txt* For Vim version 9.1. Last change: 2024 Apr 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -650,6 +650,12 @@ followed by another Vim command:
650650
:[range]!
651651
a user defined command without the "-bar" argument |:command|
652652

653+
and the following |Vim9-script| keywords:
654+
:abstract
655+
:class
656+
:enum
657+
:interface
658+
653659
Note that this is confusing (inherited from Vi): With ":g" the '|' is included
654660
in the command, with ":s" it is not.
655661

0 commit comments

Comments
 (0)