Merge branch 'master' of github.com:vim-syntastic/syntastic

This commit is contained in:
LCD 47 2018-04-25 15:44:54 +03:00
commit 997ec5fbd5

View File

@ -88,7 +88,7 @@ function! SyntaxCheckers_go_go_GetLocList() dict
\ 'defaults': {'type': 'e'} }) \ 'defaults': {'type': 'e'} })
if cleanup if cleanup
call delete(fnamemodify(bufname(buf), ':p:h') . syntastic#util#Slash() . fnamemodify(bufname(buf), ':p:h') . '.test') call delete(fnamemodify(bufname(buf), ':p:h') . syntastic#util#Slash() . fnamemodify(bufname(buf), ':p:h:t') . '.test')
endif endif
return errors return errors