aboutsummaryrefslogtreecommitdiff
path: root/Editor/vim/filetype.vim
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2016-11-29 20:46:34 +0000
committerVasil Zlatanov <v@skozl.com>2016-11-29 20:46:34 +0000
commit6630bb02f23b60510f3b9a961e684a5ae1d02c11 (patch)
treed8dcbb8e4c67bb156662968cab3d30450b098478 /Editor/vim/filetype.vim
parenta25443ba2e511f3279f18b93a98a4c0421896061 (diff)
parenta654f3b38b6ac88771b59e53058ebcec1d393424 (diff)
downloaddotfiles-6630bb02f23b60510f3b9a961e684a5ae1d02c11.tar.gz
dotfiles-6630bb02f23b60510f3b9a961e684a5ae1d02c11.tar.bz2
dotfiles-6630bb02f23b60510f3b9a961e684a5ae1d02c11.zip
Merge branch 'master' of github.com:vaskozl/dotfiles
Diffstat (limited to 'Editor/vim/filetype.vim')
-rw-r--r--Editor/vim/filetype.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/Editor/vim/filetype.vim b/Editor/vim/filetype.vim
deleted file mode 100644
index 357aa24..0000000
--- a/Editor/vim/filetype.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-augroup filetypedetect
- " Mail
- autocmd BufRead,BufNewFile *mutt-* setfiletype mail
-augroup END