fix file extname is jinja, set ft=jinja. fix #4

This commit is contained in:
Hsiaoming Yang
2013-06-20 15:12:31 +08:00
parent c0d7521a50
commit 6226868e3d

View File

@@ -10,4 +10,5 @@ while n < 50 && n < line("$")
let n = n + 1
endwhile
endfun
autocmd BufNewFile,BufRead *.jinja2,*.jinja,*.html,*.htm call s:SelectHTML()
autocmd BufNewFile,BufRead *.html,*.htm call s:SelectHTML()
autocmd BufNewFile,BufRead *.jinja2,*.jinja set ft=jinja