[clang-tools-extra] r274839 - [clang-rename] fix typo in Python script for Vim integration
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 05:05:06 PDT 2016
Author: hokein
Date: Fri Jul 8 07:05:06 2016
New Revision: 274839
URL: http://llvm.org/viewvc/llvm-project?rev=274839&view=rev
Log:
[clang-rename] fix typo in Python script for Vim integration
Patch by Kirill Bobyrev!
Reviewers: kimgr, alexfh, bkramer, ioeric, hokein
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D22100
Modified:
clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
Modified: clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/tool/clang-rename.py?rev=274839&r1=274838&r2=274839&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-rename/tool/clang-rename.py (original)
+++ clang-tools-extra/trunk/clang-rename/tool/clang-rename.py Fri Jul 8 07:05:06 2016
@@ -14,8 +14,8 @@ To install, simply put this into your ~/
IMPORTANT NOTE: Before running the tool, make sure you saved the file.
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.
+you would like to rename and press ',cr'. You will be prompted for a new name if
+the cursor points to a valid symbol.
'''
import vim
More information about the cfe-commits
mailing list