Auto support for Mako files

This commit is contained in:
Andrea Mistrali 2009-05-06 14:04:20 +00:00
parent 3e5eb6a66e
commit 41945605c0
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ if has("autocmd")
\ if line("'\"") > 0 && line ("'\"") <= line("$") | \ if line("'\"") > 0 && line ("'\"") <= line("$") |
\ exe "normal g'\"" | \ exe "normal g'\"" |
\ endif \ endif
" Mako
au BufNewFile,BufRead *.mako setf mako
endif endif