mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
Remove unneeded check
This commit is contained in:
parent
7cc66a3ee1
commit
27b70baad5
@ -105,9 +105,6 @@ endfunction
|
||||
|
||||
if g:spacevim_enable_neomake
|
||||
function! s:update_checkers_argv(argv, fts) abort
|
||||
if exists(':Neomake') != 2
|
||||
return
|
||||
endif
|
||||
for ft in a:fts
|
||||
let g:neomake_{ft}_clang_maker = {
|
||||
\ 'args': ['-fsyntax-only', '-Wall', '-Wextra', '-I./'] + a:argv,
|
||||
|
Loading…
Reference in New Issue
Block a user