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.
This commit is contained in:
Kevin 2014-04-09 05:37:21 -04:00
parent ed52780c2a
commit eb68dfc486

View file

@ -70,7 +70,7 @@
"set matching filenames to matching filenames "set matching filenames to matching filenames
autocmd BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet 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 autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
"misc filtype specific settings "misc filtype specific settings