[PATCH] D22087: [clang-rename] add basic vim integration

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 05:34:16 PDT 2016


alexfh added inline comments.

================
Comment at: clang-rename/tool/clang-rename.py:12
@@ +11,3 @@
+
+    map ,cf :pyf <path-to>/clang-include-fixer.py<cr>
+
----------------
ioeric wrote:
> Maybe a different key binding so that it doesn't conflict with include-fixer's suggested key binding? `,cr` for clang-rename maybe? 
Also, "clang-include-fixer.py" should be updated.


http://reviews.llvm.org/D22087





More information about the cfe-commits mailing list