diff options
author | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-27 23:04:34 +0200 |
---|---|---|
committer | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-27 23:04:34 +0200 |
commit | ba6dbde906a297dbb95d350f9cddfbc00f1070a5 (patch) | |
tree | ee6c351255fa5c1ea9a23a94fe7013474ed687a3 /doc/ale-fortran.txt | |
parent | 65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff) | |
download | ale-ba6dbde906a297dbb95d350f9cddfbc00f1070a5.zip |
Add tags for buffer-local variants of each linter option
Diffstat (limited to 'doc/ale-fortran.txt')
-rw-r--r-- | doc/ale-fortran.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-fortran.txt b/doc/ale-fortran.txt index e761983a..4fdeec87 100644 --- a/doc/ale-fortran.txt +++ b/doc/ale-fortran.txt @@ -6,7 +6,7 @@ ALE Fortran Integration *ale-fortran-options* gcc *ale-fortran-gcc* g:ale_fortran_gcc_executable *g:ale_fortran_gcc_executable* - + *b:ale_fortran_gcc_executable* Type: |String| Default: `'gcc'` @@ -15,7 +15,7 @@ g:ale_fortran_gcc_executable *g:ale_fortran_gcc_executable* g:ale_fortran_gcc_options *g:ale_fortran_gcc_options* - + *b:ale_fortran_gcc_options* Type: |String| Default: `'-Wall'` @@ -23,7 +23,7 @@ g:ale_fortran_gcc_options *g:ale_fortran_gcc_options* g:ale_fortran_gcc_use_free_form *g:ale_fortran_gcc_use_free_form* - + *b:ale_fortran_gcc_use_free_form* Type: |Number| Default: `1` |