diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-16 15:36:41 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-16 15:36:41 +0100 |
commit | cbc419d51f737ccdfb9ebbcbc2c21817ff0f9873 (patch) | |
tree | 2398797aa4f19c2a926b4ddc79cf3dd9df68f3f7 /doc | |
parent | c726503acfc104acd9ee6d540479c085f98f4194 (diff) | |
download | ale-cbc419d51f737ccdfb9ebbcbc2c21817ff0f9873.zip |
Fix an issue with a duplicate section in the documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d8dd8664..6f47cc2b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -353,16 +353,6 @@ g:airline#extensions#ale#enabled *g:airline#extensions#ale#enabled* |airline#extensions#ale#error_symbol| and |airline#extensions#ale#warning_symbol|. -g:airline#extensions#ale#enabled *g:airline#extensions#ale#enabled* - - Type: |Number| - Default: `1` - - Enables or disables the |airline|'s native extension for ale, which displays - warnings and errors in the status line, prefixed by - |airline#extensions#ale#error_symbol| and - |airline#extensions#ale#warning_symbol|. - =============================================================================== 4. Linter Specific Options *ale-linter-options* |