We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a3d12 commit a0914a5Copy full SHA for a0914a5
instant/flags.vim
@@ -52,7 +52,8 @@ call s:plugin.flags.autopep8_executable.AddCallback(
52
\ maktaba#function#FromExpr('codefmt#autopep8#InvalidateVersion()'), 0)
53
54
""
55
-" The path to the clang-format executable.
+" The path to the clang-format executable. String, list, or callable that
56
+" takes no args and returns a string or a list.
57
call s:plugin.Flag('clang_format_executable', 'clang-format')
58
" Invalidate cache of detected clang-format version when this is changed, regardless
59
" of {value} arg.
0 commit comments