1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

Update neomake lint on TextChangedI

This commit is contained in:
wsdjeg 2017-10-25 10:55:22 +08:00
parent be0ed7c3bb
commit 34879a15b4

View File

@ -6,6 +6,7 @@ endif
if get(g:, 'spacevim_lint_on_the_fly', 0)
let s:neomake_automake_events['TextChanged'] = {'delay': 750}
let s:neomake_automake_events['TextChangedI'] = {'delay': 750}
endif
if !empty(s:neomake_automake_events)