aboutsummaryrefslogblamecommitdiff
path: root/vim/ftdetect/tsv.vim
blob: a345ac6557e42aa57b18eb0f51702f7390961d3e (plain) (tree)
1
2
3
4
                                            


                          
" Add automatic commands to detect TSV files
autocmd BufNewFile,BufRead
      \ *.tsv
      \ setfiletype tsv