From fae16837409f915d9b797e3e8d6136b0ebdc8916 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 26 Feb 2010 19:08:55 +0100 Subject: Added .tpl as html filetype --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 58cfbdc..e478ac9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -28,3 +28,4 @@ map :execute 'NERDTreeToggle' " auto headers autocmd bufnewfile *.py so ~/etc/vim/header_python autocmd bufnewfile *.html so ~/etc/vim/header_html +autocmd bufnewfile,bufread *.tpl set filetype=html -- cgit v1.2.3