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

Kim Gräsman via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 08:09:31 PDT 2016


kimgr added a subscriber: kimgr.
kimgr added a comment.

I only caught this typo after it was committed.


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


Repository:
  rL LLVM

http://reviews.llvm.org/D22087





More information about the cfe-commits mailing list