ioeric added inline comments. ================ Comment at: clang-rename/tool/clang-rename.py:12 @@ +11,3 @@ + + map ,cf :pyf <path-to>/clang-include-fixer.py<cr> + ---------------- Maybe a different key binding so that it doesn't conflict with include-fixer's suggested key binding? `,cr` for clang-rename maybe?
================ Comment at: clang-rename/tool/clang-rename.py:33 @@ +32,3 @@ + if offset < 0: + print 'Couldn\'t determine cursor position. Is your file empty?' + return ---------------- Redirect error messages to stderr so that they are highlighted in vim? http://reviews.llvm.org/D22087 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits