summaryrefslogtreecommitdiff
path: root/doc/ale-mercury.txt
blob: ca06a0a7205fd2f237339f06216665cc854dd8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
===============================================================================
ALE Mercury Integration                                   *ale-mercury-options*


===============================================================================
mmc                                                           *ale-mercury-mmc*


g:ale_mercury_mmc_executable                     *g:ale_mercury_mmc_executable*
                                                 *b:ale_mercury_mmc_executable*
  Type: |String|
  Default: `'mmc'`

  This variable can be changed to use a different executable for mmc.


g:ale_mercury_mmc_options                           *g:ale_mercury_mmc_options*
                                                    *b:ale_mercury_mmc_options*
  Type: |String|
  Default: `'--make --output-compile-error-lines 100'`

  This variable can be set to pass additional options to mmc.


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: