mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
parent
519a7c6ea3
commit
852aaa7e1f
@ -10,7 +10,10 @@ if get(g:, 'spacevim_lint_on_the_fly', 0)
|
||||
endif
|
||||
|
||||
if !empty(s:neomake_automake_events)
|
||||
try
|
||||
call neomake#configure#automake(s:neomake_automake_events)
|
||||
catch /^Vim\%((\a\+)\)\=:E117/
|
||||
endtry
|
||||
endif
|
||||
" 1 open list and move cursor 2 open list without move cursor
|
||||
let g:neomake_open_list = get(g:, 'neomake_open_list', 2)
|
||||
|
Loading…
Reference in New Issue
Block a user