aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-awk.txt
blob: b3d1a95fc77773d2b9bf59b7ed57b349272a0cef (plain) (blame)
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
27
28
29
30
31
===============================================================================
ALE Awk Integration                                           *ale-awk-options*


===============================================================================
gawk                                                             *ale-awk-gawk*

                                              *ale-options.awk_gawk_executable*
                                                    *g:ale_awk_gawk_executable*
                                                    *b:ale_awk_gawk_executable*
awk_gawk_executable
g:ale_awk_gawk_executable
  Type: |String|
  Default: `'gawk'`

  This variable sets executable used for gawk.

                                                 *ale-options.awk_gawk_options*
                                                       *g:ale_awk_gawk_options*
                                                       *b:ale_awk_gawk_options*
awk_gawk_options
g:ale_awk_gawk_options
  Type: |String|
  Default: `''`

  With this variable we are able to pass extra arguments for gawk for
  invocation.


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