Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1365)

Unified Diff: tools/vim/clang-format.vim

Issue 523673002: [tools/vim/clang-format] Remove spurious echo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698