1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

Fix neomake support

This commit is contained in:
wsdjeg 2017-01-07 23:02:17 +08:00
parent 67518d831d
commit 443bc9cd24

View File

@ -1,4 +1,6 @@
augroup Neomake_wsd if get(g:, 'spacevim_lint_on_save', 0)
au! augroup Neomake_wsd
autocmd! BufWritePost * Neomake au!
augroup END autocmd! BufWritePost * Neomake
augroup END
endif