From 7ac5359143ef25c4c8c0c427d5533f8d5824ed17 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 29 Apr 2022 21:00:58 +0800 Subject: feat(mappings): do not simplify the rhs of a mapping --- runtime/doc/vim_diff.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bada506c63..524978f523 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -366,8 +366,9 @@ Macro/|recording| behavior the results of keys from 'keymap'. Mappings: - Creating a mapping for a simplifiable key (e.g. ) doesn't replace an +- Creating a mapping for a simplifiable key (e.g. ) doesn't replace an existing mapping for its simplified form (e.g. ). +- The rhs of a mapping is not simplified when it is defined. Motion: The |jumplist| avoids useless/phantom jumps. -- cgit