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 Shell Integration *ale-sh-options*
-------------------------------------------------------------------------------
===============================================================================
shell *ale-sh-shell*
g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell*
@@ -17,7 +17,7 @@ g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell*
will be used instead.
-------------------------------------------------------------------------------
===============================================================================
shellcheck *ale-sh-shellcheck*
g:ale_sh_shellcheck_executable *g:ale_sh_shellcheck_executable*
@@ -57,5 +57,5 @@ g:ale_sh_shellcheck_exclusions *g:ale_sh_shellcheck_exclusions*
\ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164'
<
-------------------------------------------------------------------------------
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: