diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-02-11 11:29:11 -0800 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-02-11 11:29:11 -0800 |
commit | 4541e98466b11376cddee5d7cd84c61a90d5d382 (patch) | |
tree | 9182596e48c9b3d309495c3d94fa23c7151a916c /ftdetect | |
parent | 6cd2d5417d728ea96c5c52b34629c944a89eec60 (diff) | |
download | vim-polyglot-1.12.0.tar.gz vim-polyglot-1.12.0.zip |
Remove CSV syntax (it is ugly and not useful)v1.12.0
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index eb2ab691..388976e6 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -11,7 +11,6 @@ function! s:DetectCoffee() endif endfunction autocmd BufNewFile,BufRead * call s:DetectCoffee() -au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv autocmd BufNewFile,BufReadPost *.feature,*.story set filetype=cucumber au BufNewFile,BufRead Dockerfile set filetype=dockerfile au BufRead,BufNewFile *.eex set filetype=eelixir |