Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 931db14

Browse files
committed
filename -> fname
The rationale for this change is that `makeprgBuild` uses `fname` as the parameter name to retrieve the file path. Therefore, the documentation has been changed to match the code.
1 parent 4004c02 commit 931db14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/syntastic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Checkers that use 'makeprgBuild()' construct a 'makeprg' like this: >
598598
\ 'tail': '> /tmp/output' })
599599
<
600600
The result is a 'makeprg' of the form: >
601-
<exe> <args> <filename> <post_args> <tail>
601+
<exe> <args> <fname> <post_args> <tail>
602602
<
603603
*'syntastic_<filetype>_<checker>_exe'*
604604
All arguments above are optional, and can be overridden by setting global

0 commit comments

Comments
 (0)