This is an archive of the discontinued LLVM Phabricator instance.

[clang-rename] make clang-rename.py vim integration python3 compatible
ClosedPublic

Authored by JonasToth on Aug 5 2018, 6:53 AM.

Details

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.

Diff Detail

Event Timeline

JonasToth created this revision.Aug 5 2018, 6:53 AM
JonasToth updated this revision to Diff 159209.Aug 5 2018, 6:54 AM
  • remove double blank line
hokein accepted this revision.Aug 6 2018, 1:19 AM

Thanks, LGTM.

This revision is now accepted and ready to land.Aug 6 2018, 1:19 AM
This revision was automatically updated to reflect the committed changes.

@hokein Do you think this should go into the 7.0 release?