#254 Add command history to ALEInfo
This commit is contained in:
parent
c460602cbb
commit
ed370667c8
5 changed files with 163 additions and 8 deletions
|
@ -131,6 +131,9 @@ let g:ale_statusline_format = get(g:, 'ale_statusline_format',
|
|||
let g:ale_warn_about_trailing_whitespace =
|
||||
\ get(g:, 'ale_warn_about_trailing_whitespace', 1)
|
||||
|
||||
" A flag for controlling the maximum size of the command history to store.
|
||||
let g:ale_max_buffer_history_size = get(g:, 'ale_max_buffer_history_size', 20)
|
||||
|
||||
function! s:ALEInitAuGroups() abort
|
||||
augroup ALERunOnTextChangedGroup
|
||||
autocmd!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue