Skip to content

Commit 2fe3c8d

Browse files
committed
Regenerate vimdoc after #138
1 parent b89b1aa commit 2fe3c8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/codefmt.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ codefmt#formatterhelpers#AttemptFakeRangeFormatting({startline}, {endline},
254254

255255
Throws ERROR(ShellError) if the {cmd} system call fails
256256

257+
codefmt#formatterhelpers#ResolveFlagToArray({flag_name})
258+
*codefmt#formatterhelpers#ResolveFlagToArray()*
259+
Resolve a flag (function, string or array) to a normalized array, with
260+
special handling to convert a spaceless string to a single-element array.
261+
This is the common case for executables, and more importantly, is
262+
backward-compatible for existing user settings.
263+
264+
Throws ERROR(WrongType) if the flag doesn't resolve to a string or array
265+
257266
==============================================================================
258267
MAPPINGS *codefmt-mappings*
259268

0 commit comments

Comments
 (0)