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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
83
83
{rhs} は再マップされないので、マップが入れ子になったり
84
84
再帰的になることはありません。コマンドを再定義するとき
85
85
によく使われます。
86
+ Note: {rhs} 内のキーも、| i_CTRL-] | と | c_CTRL-] | を除
87
+ き、短縮入力をトリガーしません。
86
88
Note: {rhs} に <Plug> が表れる場合は再マップが許可され
87
89
ていなくてもその部分には常に適用{訳注:再マップ}されま
88
90
す。
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
84
84
where the map command applies. Disallow mapping of
85
85
{rhs} , to avoid nested and recursive mappings. Often
86
86
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-] | .
87
89
Note: When <Plug> appears in the {rhs} this part is
88
90
always applied even if remapping is disallowed.
89
91
You can’t perform that action at this time.
0 commit comments