Fix filename

This commit is contained in:
Gea-Suan Lin
2011-10-27 17:25:47 +08:00
parent 46259b8b8e
commit 2c82915735

4
.vimrc
View File

@@ -37,10 +37,10 @@ nmap <Tab> <C-w>w
"
" template
function LoadPHPTemplate()
0r ~/.vim/template/production.pl
0r ~/.vim/template/production.php
endfunction
function LoadPerlTemplate()
0r ~/.vim/template/production.php
0r ~/.vim/template/production.pl
endfunction
autocmd BufNewFile *.pl call LoadPerlTemplate()