From e2b5f1327f215de8a5f104bfd3973aa3def88809 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 11 Aug 2014 00:58:56 -0400 Subject: [PATCH] Fixed filetype assignments --- vim/config/after.vim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vim/config/after.vim b/vim/config/after.vim index f2978b4..ba8dcab 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -29,13 +29,13 @@ endif "FILETPE AND SYNTAX: {{{ "set given filenames to various filetypes - au BufNewFile,BufRead pacman.conf,yaourtrc setf sh - au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json - au BufNewFile,BufRead *muttrc setf muttrc - au BufNewFile,BufRead *vimpagerrc setf vim - au BufNewFile,BufRead *ircd.conf setf json - au BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet - au BufNewFile,BufRead *.gradle setf groovy + autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setlocal ft=aspnet + autocmd BufNewFile,BufRead *.gradle setlocal ft=groovy + autocmd BufNewFile,BufRead *muttrc setlocal ft=muttrc + autocmd BufNewFile,BufRead *vimpagerrc setlocal ft=vim + autocmd BufNewFile,BufRead *ircd.conf setlocal ft=json + autocmd BufNewFile,BufRead pacman.conf,yaourtrc setlocal ft=sh + autocmd BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setlocal ft=json "filename specific settings autocmd BufEnter,BufRead PKGBUILD setlocal iskeyword-=.