Manual: Fix filetype_map example.
This commit is contained in:
parent
4708cdd122
commit
b1b79009e3
@ -461,7 +461,7 @@ Use this option to map non-standard filetypes to standard ones. Corresponding
|
|||||||
checkers are mapped accordingly, which allows syntastic to check files with
|
checkers are mapped accordingly, which allows syntastic to check files with
|
||||||
non-standard filetypes: >
|
non-standard filetypes: >
|
||||||
let g:syntastic_filetype_map = {
|
let g:syntastic_filetype_map = {
|
||||||
\ "latex": "tex",
|
\ "plaintex": "tex",
|
||||||
\ "gentoo-metadata": "xml" }
|
\ "gentoo-metadata": "xml" }
|
||||||
<
|
<
|
||||||
Composite filetypes can also be mapped to simple types, which disables the
|
Composite filetypes can also be mapped to simple types, which disables the
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.6.0-115'
|
let g:_SYNTASTIC_VERSION = '3.6.0-116'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
Reference in New Issue
Block a user