Skip to content

Commit 7704c87

Browse files
committed
detect clang-format-3.5 in a spec
1 parent a38c33c commit 7704c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/clang_format_spec.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" helpers "{{{
55
" clang-format detection
66
function! s:detect_clang_format()
7-
for candidate in ['clang-format-3.4', 'clang-format', 'clang-format-HEAD']
7+
for candidate in ['clang-format-3.4', 'clang-format', 'clang-format-HEAD', 'clang-format-3.5']
88
if executable(candidate)
99
return candidate
1010
endif

0 commit comments

Comments
 (0)