diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-10 19:42:45 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-10 19:42:45 +0100 |
commit | 9d24cc40471441fef4c5dd2467f22eea072d2c2d (patch) | |
tree | aacb26b26e163a953a15a0b1e596dd06de1f2202 /doc/ale-elm.txt | |
parent | c4ad92e458f51ce849baed3b628fbd2f43303ace (diff) | |
download | ale-9d24cc40471441fef4c5dd2467f22eea072d2c2d.zip |
Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
Diffstat (limited to 'doc/ale-elm.txt')
-rw-r--r-- | doc/ale-elm.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ale-elm.txt b/doc/ale-elm.txt index dff781cf..e96205df 100644 --- a/doc/ale-elm.txt +++ b/doc/ale-elm.txt @@ -3,7 +3,7 @@ ALE Elm Integration *ale-elm-options* =============================================================================== -elm-format *ale-elm-format* +elm-format *ale-elm-elm-format* g:ale_elm_format_executable *g:ale_elm_format_executable* *b:ale_elm_format_executable* @@ -29,18 +29,18 @@ g:ale_elm_format_options *g:ale_elm_format_options* This variable can be set to pass additional options to elm-format. =============================================================================== -elm-make *ale-elm-make* +elm-make *ale-elm-elm-make* g:ale_elm_make_executable *g:ale_elm_make_executable* *b:ale_elm_make_executable* Type: |String| Default: `'elm-make'` - + See |ale-integrations-local-executables| - - + + g:ale_elm_make_use_global *g:ale_elm_make_use_global* - *b:ale_elm_make_use_global* + *b:ale_elm_make_use_global* Type: |Number| Default: `0` |