Use equal signs for language documentation sections

This commit is contained in:
w0rp
2017-07-08 14:17:26 +01:00
parent f9aa7d3b9a
commit fdc7166c3c
40 changed files with 116 additions and 116 deletions

View File

@@ -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: