From eb68dfc48631f327116010103d3cd93814983630 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Apr 2014 05:37:21 -0400 Subject: [PATCH] I realized tmux config files have their own filetype now thanks to vim-polyglot, so the config no longer sets files named tmux.conf to the sh filetype. --- vim/config/settings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index d487e7a..92939e3 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -70,7 +70,7 @@ "set matching filenames to matching filenames autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet - autocmd BufNewFile,BufRead *tmux.conf,pacman.conf,yaourtrc setf sh + autocmd BufNewFile,BufRead pacman.conf,yaourtrc setf sh autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript "misc filtype specific settings