commit | 1188e5d55d20b6d3f97b1d3d323e5aaa7b5a620f | [log] [tgz] |
---|---|---|
author | Jonas Toth <jonas.toth@gmail.com> | Mon Aug 06 09:08:06 2018 +0000 |
committer | Jonas Toth <jonas.toth@gmail.com> | Mon Aug 06 09:08:06 2018 +0000 |
tree | a92959ea23782186a47aaa1e0770bfbb89bfdef9 | |
parent | 19a357adf8418f8bd895954c617075320f848e4d [diff] |
[clang-rename] make clang-rename.py vim integration python3 compatible Summary: This patch makes the clang-rename.py script useable for vim with only python3 support. It uses the print-function and adjust the doc slightly to mention the correct python3 command for the letter mapping in vim. Reviewers: arphaman, klimek, aaron.ballman, hokein Reviewed By: hokein Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D50307 llvm-svn: 338996