Filetype groff is actually nroff.

This commit is contained in:
LCD 47 2014-10-07 13:47:56 +03:00
parent 83d0d7fef4
commit 19f8859654
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -97,6 +97,7 @@ lockvar! s:defaultCheckers
let s:defaultFiletypeMap = {
\ 'gentoo-metadata': 'xml',
\ 'groff': 'nroff',
\ 'lhaskell': 'haskell',
\ 'litcoffee': 'coffee',
\ 'mail': 'text',