Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
remove innacurate extra-filetype set
Browse files Browse the repository at this point in the history
  • Loading branch information
austincrft committed Oct 21, 2016
1 parent a2cd0b8 commit cb9b636
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions syntax_checkers/fsharp/syntax.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ call g:SyntasticRegistry.CreateAndRegisterChecker({
\ 'filetype': 'fsharp',
\ 'name': 'syntax'})

if exists('g:syntastic_extra_filetypes')
call add(g:syntastic_extra_filetypes, '<filetype>')
else
let g:syntastic_extra_filetypes = ['<filetype>']
endif

let &cpo = s:save_cpo
unlet s:save_cpo

Expand Down

0 comments on commit cb9b636

Please sign in to comment.