Chromium Code Reviews| Index: tools/vim/clang-format.vim |
| diff --git a/tools/vim/clang-format.vim b/tools/vim/clang-format.vim |
| index 3d7fc6b2033a7b04e36f0beb7805d0c613a2d1e4..982b8d2ed0f5e5c970ef0ca744b1b7f292dc948b 100644 |
| --- a/tools/vim/clang-format.vim |
| +++ b/tools/vim/clang-format.vim |
| @@ -9,7 +9,6 @@ |
| let s:script = expand('<sfile>:p:h') . |
| \'/../../buildtools/clang_format/script/clang-format.py' |
| -echo s:script |
| if has('mac') |
| execute "map <D-I> :pyf " . s:script . "<CR>" |