From 030417d80bac7fb3e9574b7cb1b81dca8fedda32 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 13 May 2022 11:31:17 +0800 Subject: revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553) This reverts commit 7ac5359143ef25c4c8c0c427d5533f8d5824ed17. This fix can cause more problems than it solves. --- runtime/doc/vim_diff.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a3de8c6574..fc98331697 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -368,9 +368,8 @@ 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