mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
Update neomake lint on TextChangedI
This commit is contained in:
parent
be0ed7c3bb
commit
34879a15b4
@ -6,6 +6,7 @@ endif
|
|||||||
|
|
||||||
if get(g:, 'spacevim_lint_on_the_fly', 0)
|
if get(g:, 'spacevim_lint_on_the_fly', 0)
|
||||||
let s:neomake_automake_events['TextChanged'] = {'delay': 750}
|
let s:neomake_automake_events['TextChanged'] = {'delay': 750}
|
||||||
|
let s:neomake_automake_events['TextChangedI'] = {'delay': 750}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !empty(s:neomake_automake_events)
|
if !empty(s:neomake_automake_events)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user