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

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


alexfh added inline comments.

================
Comment at: clang-rename/tool/clang-rename.py:17
@@ +16,3 @@
+All you have to do now is to place a cursor on a variable/function/class which
+you would like to rename and press ',cf'. You will be promted a new name if the
+cursor points to a valid symbol.
----------------
s/,cf/,cr/


http://reviews.llvm.org/D22087





More information about the cfe-commits mailing list