aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/csv.vim
blob: a234c093011656c996dcce6afcab365d14e08845 (plain) (blame)
1
2
3
4
" Add automatic commands to detect CSV files
autocmd BufNewFile,BufRead
      \ *.csv
      \ setfiletype csv