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
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+
625631Note: (Viから継承されたのだが) 次の点は混乱を招きやすいので注意: '|' は ":g"
626632と共に使うとコマンドの引数に含まれるが、":s" ではコマンドの区切りになる。
627633
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
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+
653659Note that this is confusing (inherited from Vi): With ":g" the '|' is included
654660in the command, with ":s" it is not.
655661
You can’t perform that action at this time.
0 commit comments