summaryrefslogtreecommitdiffstats
path: root/tools/vim
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-02 22:25:26 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-02 22:25:26 +0000
commitab3768311de1ae88cf64da69895010f3c8455002 (patch)
tree87e9176385764d2eb586cedd3c5551f76cf9d170 /tools/vim
parentf0872324565c7eea599aac569bc265a72c2930c6 (diff)
downloadchromium_src-ab3768311de1ae88cf64da69895010f3c8455002.zip
chromium_src-ab3768311de1ae88cf64da69895010f3c8455002.tar.gz
chromium_src-ab3768311de1ae88cf64da69895010f3c8455002.tar.bz2
Remove third_party/clang_format/scripts.
`git cl format` should now use the deps-pulled scripts in third_party/clang_format/script (note no trailing 's'). If this change breaks `git cl format` for you, run `gclient` once to let depot_tools auto-update. Things should work after that. BUG=240309 NOTRY=true Review URL: https://codereview.chromium.org/142023007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248431 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/vim')
-rw-r--r--tools/vim/clang-format.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vim/clang-format.vim b/tools/vim/clang-format.vim
index 31a4586..edb9510 100644
--- a/tools/vim/clang-format.vim
+++ b/tools/vim/clang-format.vim
@@ -8,7 +8,7 @@
" current line.)
let s:script = expand('<sfile>:p:h') .
- \'/../../third_party/clang_format/scripts/clang-format.py'
+ \'/../../third_party/clang_format/script/clang-format.py'
echo s:script
if has('mac')