1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/neomake/syntax/qf.vim

12 lines
258 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
" Uses syntax runtime file to clear default syntax, before later Syntax
" autocommands.
if !exists('*neomake#quickfix#FormatQuickfix')
" customqf is not used.
finish
endif
if neomake#quickfix#is_enabled()
call neomake#quickfix#FormatQuickfix()
endif