aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-05-13 11:31:17 +0800
committerGitHub <noreply@github.com>2022-05-13 11:31:17 +0800
commit030417d80bac7fb3e9574b7cb1b81dca8fedda32 (patch)
tree49ec69a81ba5abdbc1b47bc7bcddd4de8e23aa1d /runtime
parent233c41cb8cfe1aa5a8520fe6104adacc53c0ece2 (diff)
downloadrneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.tar.gz
rneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.tar.bz2
rneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.zip
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.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 1 insertions, 2 deletions
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. <C-I>) doesn't replace an
+ Creating a mapping for a simplifiable key (e.g. <C-I>) doesn't replace an
existing mapping for its simplified form (e.g. <Tab>).
-- The rhs of a mapping is not simplified when it is defined.
Motion:
The |jumplist| avoids useless/phantom jumps.