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

Commit 17b624b

Browse files
committed
Merge pull request #1113 from BurntSushi/makeprg-fname-param
update makeprgBuild documentation: filename -> fname
2 parents 4004c02 + 931db14 commit 17b624b

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)