Skip to content

Commit ea80e5b

Browse files
authored
Merge pull request #1737 from vim-jp/hh-update-map
Update map.{txt,jax}
2 parents 057508d + 814448e commit ea80e5b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/map.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -83,6 +83,8 @@
8383
{rhs} は再マップされないので、マップが入れ子になったり
8484
再帰的になることはありません。コマンドを再定義するとき
8585
によく使われます。
86+
Note: {rhs} 内のキーも、|i_CTRL-]||c_CTRL-]| を除
87+
き、短縮入力をトリガーしません。
8688
Note: {rhs}<Plug> が表れる場合は再マップが許可され
8789
ていなくてもその部分には常に適用{訳注:再マップ}されま
8890
す。

en/map.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -84,6 +84,8 @@ modes.
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

0 commit comments

Comments
 (0)