SyntasticInfo: minor bug fix.
This commit is contained in:
parent
13bdf9e4bd
commit
9a26f1d585
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user