File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *map.txt* For Vim バージョン 9.1. Last change: 2024 Sep 26
1+ *map.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
8383 {rhs} は再マップされないので、マップが入れ子になったり
8484 再帰的になることはありません。コマンドを再定義するとき
8585 によく使われます。
86+ Note: {rhs} 内のキーも、| i_CTRL-] | と | c_CTRL-] | を除
87+ き、短縮入力をトリガーしません。
8688 Note: {rhs} に <Plug> が表れる場合は再マップが許可され
8789 ていなくてもその部分には常に適用{訳注:再マップ}されま
8890 す。
Original file line number Diff line number Diff line change 1- *map.txt* For Vim version 9.1. Last change: 2024 Sep 26
1+ *map.txt* For Vim version 9.1. Last change: 2024 Oct 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
8484 where the map command applies. Disallow mapping of
8585 {rhs} , to avoid nested and recursive mappings. Often
8686 used to redefine a command.
87+ Note: Keys in {rhs} also won't trigger abbreviation,
88+ with the exception of | i_CTRL-] | and | c_CTRL-] | .
8789 Note: When <Plug> appears in the {rhs} this part is
8890 always applied even if remapping is disallowed.
8991
You can’t perform that action at this time.
0 commit comments