1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00

Auto support for Mako files

This commit is contained in:
2009-05-06 14:04:20 +00:00
parent 3e5eb6a66e
commit 41945605c0

View File

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