[PATCH] D24791: Use checktime when reloading vim buffer after applying clang-rename
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 26 00:35:16 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL282388: [clang-rename] Use checktime when reloading vim buffer after applying clang… (authored by omtcyfz).
Changed prior to commit:
https://reviews.llvm.org/D24791?vs=72011&id=72443#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24791
Files:
clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
Index: clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
===================================================================
--- clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
+++ clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
@@ -54,7 +54,7 @@
print stderr
# Reload all buffers in Vim.
- vim.command("bufdo edit")
+ vim.command("checktime")
if __name__ == '__main__':
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24791.72443.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160926/58b8be28/attachment.bin>
More information about the cfe-commits
mailing list