Skip to content

Commit a0914a5

Browse files
committed
Update clang-format docs that was changed manually
1 parent d2a3d12 commit a0914a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instant/flags.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ call s:plugin.flags.autopep8_executable.AddCallback(
5252
\ maktaba#function#FromExpr('codefmt#autopep8#InvalidateVersion()'), 0)
5353

5454
""
55-
" The path to the clang-format executable.
55+
" The path to the clang-format executable. String, list, or callable that
56+
" takes no args and returns a string or a list.
5657
call s:plugin.Flag('clang_format_executable', 'clang-format')
5758
" Invalidate cache of detected clang-format version when this is changed, regardless
5859
" of {value} arg.

0 commit comments

Comments
 (0)