Make toggling work when pattern options are enabled

This commit is contained in:
w0rp
2017-12-01 17:12:16 +00:00
parent daee4a4722
commit 6053f764bd
2 changed files with 5 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ endfunction
function! s:EnablePreamble() abort
" Set pattern options again, if enabled.
if g:ale_pattern_options_enabled
call ale#pattern_options#SetOptions()
call ale#pattern_options#SetOptions(bufnr(''))
endif
" Lint immediately, including running linters against the file.