summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-11-03 10:17:25 +0000
committerw0rp <devw0rp@gmail.com>2016-11-03 10:17:25 +0000
commitf9cbc69ce1368ffde415a51bd59a1b271d269748 (patch)
treed09b258de642206d7baaa4dc36551111f4738ca0
parent175db78f354ae2a3043087c7293cd93e39dc473a (diff)
downloadale-f9cbc69ce1368ffde415a51bd59a1b271d269748.zip
Re-align documentation markers.
-rw-r--r--doc/ale.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index eeea1a70..a0784e4e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -279,7 +279,7 @@ g:ale_echo_cursor *g:ale_echo_cursor*
The format of the message can be customizable in |g:ale_echo_msg_format|.
-g:ale_echo_msg_format *g:ale_echo_msg_format*
+g:ale_echo_msg_format *g:ale_echo_msg_format*
Type: |String|
Default: `%s`
@@ -291,7 +291,7 @@ g:ale_echo_msg_format *g:ale_echo_msg_format*
Note |`g:ale_echo_cursor`| should be setted to 1
-g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
+g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
Type: |String|
Default: `Error`
@@ -301,7 +301,7 @@ g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler
-g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
+g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
Type: |String|
Default: `Warning`
@@ -521,7 +521,7 @@ g:ale_linters_sh_shell_default_shell *g:ale_linters_sh_shell_default_shell*
-------------------------------------------------------------------------------
-4.10. shellcheck *ale-linter-options-shellcheck*
+4.10. shellcheck *ale-linter-options-shellcheck*
g:ale_linters_sh_shellckeck_exclusions *g:ale_linters_sh_shellckeck_exclusions*
@@ -556,9 +556,9 @@ g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable*
-------------------------------------------------------------------------------
-4.13. c-cppcheck *ale-linter-options-c-cppcheck*
+4.13. c-cppcheck *ale-linter-options-c-cppcheck*
-g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
+g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
Type: |String|
Default: `'--enable=style'`
@@ -567,9 +567,9 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options
-------------------------------------------------------------------------------
-4.14. cpp-cppcheck *ale-linter-options-cpp-cppcheck*
+4.14. cpp-cppcheck *ale-linter-options-cpp-cppcheck*
-g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
+g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options*
Type: |String|
Default: `'--enable=style'`
@@ -578,9 +578,9 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options
-------------------------------------------------------------------------------
-4.15. htmlhint *ale-linter-options-htmlhint*
+4.15. htmlhint *ale-linter-options-htmlhint*
-g:ale_html_htmlhint_options *g:ale_html_htmlhint_options*
+g:ale_html_htmlhint_options *g:ale_html_htmlhint_options*
Type: |String|
Default: `'--format=unix'`
@@ -589,9 +589,9 @@ g:ale_html_htmlhint_options *g:ale_html_htmlhint_options
-------------------------------------------------------------------------------
-4.16. c-clang *ale-linter-options-c-clang*
+4.16. c-clang *ale-linter-options-c-clang*
-g:ale_c_clang_options *g:ale_c_clang_options*
+g:ale_c_clang_options *g:ale_c_clang_options*
Type: |String|
Default: `'-std=c11 -Wall'`
@@ -754,7 +754,7 @@ ALELint *ALELint*
===============================================================================
-7. Special Thanks *ale-special-thanks*
+7. Special Thanks *ale-special-thanks*
Special thanks to Mark Grealish (https://www.bhalash.com/) for providing ALE's
snazzy looking ale glass logo. Cheers, Mark!