diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-26 19:08:55 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-26 19:08:55 +0100 |
commit | fae16837409f915d9b797e3e8d6136b0ebdc8916 (patch) | |
tree | 610ff676487fe9bad910754a7fb03fac4002449c /vim/vimrc | |
parent | 8d748d46c3ac62bbb2d25bfb4cb972ad2dd7ffcf (diff) |
Added .tpl as html filetype
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ map <F1> :execute 'NERDTreeToggle'<CR> " 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 |