summaryrefslogtreecommitdiff
path: root/doc/ale-lua.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
committerw0rp <devw0rp@gmail.com>2017-07-08 14:17:26 +0100
commitfdc7166c3ce68babdf8afdb457e23700d4e8ab3a (patch)
tree16f5b15d5bc13c0a96d534c8c98c1db575b44eec /doc/ale-lua.txt
parentf9aa7d3b9a030468e744ddc568a8d35492d04a99 (diff)
downloadale-fdc7166c3ce68babdf8afdb457e23700d4e8ab3a.zip
Use equal signs for language documentation sections
Diffstat (limited to 'doc/ale-lua.txt')
-rw-r--r--doc/ale-lua.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 6e441e6e..f92d5a10 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -2,7 +2,7 @@
ALE Lua Integration *ale-lua-options*
--------------------------------------------------------------------------------
+===============================================================================
4.12. luacheck *ale-lua-luacheck*
g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable*
@@ -21,5 +21,5 @@ g:ale_lua_luacheck_options *g:ale_lua_luacheck_options*
This variable can be set to pass additional options to luacheck.
--------------------------------------------------------------------------------
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: