[PATCH] D22854: change Vim key binding for include-fixer and clang-rename

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 07:17:07 PDT 2016


omtcyfz added inline comments.

================
Comment at: docs/clang-rename.rst:101
@@ +100,3 @@
+[``<leader> key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
+is a reference to a specific key defined by the mapleader variable and is binded
+to backslash by default.
----------------
ioeric wrote:
> s/a reference to //
> 
> sounds redundant..
Why does it?

Key is a key; key can't be assigned to anything. Reference can be changed to any other key.


https://reviews.llvm.org/D22854





More information about the cfe-commits mailing list