diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-08 14:17:26 +0100 |
commit | fdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch) | |
tree | 16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-spec.txt | |
parent | f9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff) | |
download | ale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip |
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-spec.txt')
-rw-r--r-- | doc/ale-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-spec.txt b/doc/ale-spec.txt index dc58b026..b7c8f244 100644 --- a/doc/ale-spec.txt +++ b/doc/ale-spec.txt @@ -2,7 +2,7 @@ ALE RPM Spec Integration *ale-spec-options* *ale-integration-spec* -------------------------------------------------------------------------------- +=============================================================================== Integration Information The rpmlint linter is disabled by default, because running rpmlint can @@ -16,7 +16,7 @@ Integration Information let g:ale_linters = {'spec': ['rpmlint']} < -------------------------------------------------------------------------------- +=============================================================================== rpmlint *ale-spec-rpmlint* g:ale_spec_rpmlint_executable *g:ale_spec_rpmlint_executable* @@ -39,5 +39,5 @@ g:ale_spec_rpmlint_options *g:ale_spec_rpmlint_options* let g:ale_spec_rpmlint_options = '-f custom.cf' < -------------------------------------------------------------------------------- +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |