File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- *cmdline.txt* For Vim バージョン 9.1. Last change: 2023 Dec 09
1
+ *cmdline.txt* For Vim バージョン 9.1. Last change: 2024 Apr 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -622,6 +622,12 @@ Exコマンドはいくつかの特徴を持っている。
622
622
:[range] !
623
623
引数 "-bar" なしで定義されたユーザーコマンド | :command |
624
624
625
+ 加えて以下の | Vim9-script | キーワード:
626
+ :abstract
627
+ :class
628
+ :enum
629
+ :interface
630
+
625
631
Note: (Viから継承されたのだが) 次の点は混乱を招きやすいので注意: '|' は ":g"
626
632
と共に使うとコマンドの引数に含まれるが、":s" ではコマンドの区切りになる。
627
633
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -650,6 +650,12 @@ followed by another Vim command:
650
650
:[range] !
651
651
a user defined command without the "-bar" argument | :command |
652
652
653
+ and the following | Vim9-script | keywords:
654
+ :abstract
655
+ :class
656
+ :enum
657
+ :interface
658
+
653
659
Note that this is confusing (inherited from Vi): With ":g" the '|' is included
654
660
in the command, with ":s" it is not.
655
661
You can’t perform that action at this time.
0 commit comments