Fix #325 - document the ALEToggle option
This commit is contained in:
parent
83b46f66f8
commit
a995daa827
16
doc/ale.txt
16
doc/ale.txt
@ -175,6 +175,16 @@ g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
|
|||||||
Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler
|
Note |`g:ale_echo_msg_format`| should contain the `%severity%` handler
|
||||||
|
|
||||||
|
|
||||||
|
g:ale_enabled *g:ale_enabled*
|
||||||
|
|
||||||
|
Type: |Number|
|
||||||
|
Default: `1`
|
||||||
|
|
||||||
|
When set to `0`, this option will completely disable ALE, such that no
|
||||||
|
error checking will be performed, etc. ALE can be toggled on and off with
|
||||||
|
the |ALEToggle| command, which changes this option.
|
||||||
|
|
||||||
|
|
||||||
g:ale_keep_list_window_open *g:ale_keep_list_window_open*
|
g:ale_keep_list_window_open *g:ale_keep_list_window_open*
|
||||||
|
|
||||||
Type: |Number|
|
Type: |Number|
|
||||||
@ -1041,6 +1051,12 @@ ALENextWrap *ALENextWrap*
|
|||||||
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
nmap <silent> <C-j> <Plug>(ale_next_wrap)
|
||||||
<
|
<
|
||||||
|
|
||||||
|
ALEToggle *ALEToggle*
|
||||||
|
|
||||||
|
Enable or disable ALE, including all of its autocmd events, loclist items,
|
||||||
|
quickfix items, signs, current jobs, etc. Calling this option will change
|
||||||
|
the |g:ale_enabled| variable.
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
7. API *ale-api*
|
7. API *ale-api*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user