summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-12-17 12:11:30 +0000
committerw0rp <devw0rp@gmail.com>2017-12-17 12:11:30 +0000
commit09d3ecc49bf6bdbfacf04855f22d32c5aad411c9 (patch)
treef5d8fc8bddb5124b81300c3bc317e366afc427ba /doc
parent7284270120e1a9f9b697d388a4999654f0fc7db5 (diff)
downloadale-09d3ecc49bf6bdbfacf04855f22d32c5aad411c9.zip
Clean up some doc formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index b818f871..3f4ff58c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2185,10 +2185,11 @@ ale#statusline#Count(buffer) *ale#statusline#Count()*
`total` -> The total number of problems.
-ALELintPre ALELintPost *ALELintPre-autocmd* *ALELintPost-autocmd*
+ALELintPre *ALELintPre-autocmd*
+ALELintPost *ALELintPost-autocmd*
These |User| autocommands are triggered before and after every lint cycle.
- It can be used to update statuslines, send notifications, etc.
+ They can be used to update statuslines, send notifications, etc.
The autocmd commands are run with |:silent|, so |:unsilent| is required for
echoing messges.
@@ -2211,6 +2212,7 @@ ALELintPre ALELintPost *ALELintPre-autocmd* *ALELintPost-autocmd
autocmd User ALELintPost let s:ale_running = 0 | redrawstatus
augroup end
<
+
===============================================================================
10. Special Thanks *ale-special-thanks*