SyntasticInfo: minor bug fix.

This commit is contained in:
LCD 47 2014-07-15 15:09:02 +03:00
parent 13bdf9e4bd
commit 9a26f1d585
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start
endif
let g:syntastic_version = '3.4.0-100'
let g:syntastic_version = '3.4.0-101'
lockvar g:syntastic_version
" Sanity checks {{{1

View File

@ -80,7 +80,7 @@ function! g:SyntasticModeMap.modeInfo(...) " {{{2
echomsg 'Active filetype' . plural . ': ' . join(sort(copy(self._activeFiletypes)))
endif
endif
echomsg 'Current filetype is ' . (self.allowsAutoChecking(type) ? 'active' : 'passive')
echomsg 'Filetype ' . type . ' is ' . (self.allowsAutoChecking(type) ? 'active' : 'passive')
endfunction " }}}2
" }}}1