This commit is contained in:
Gea-Suan Lin
2012-04-21 20:31:55 +08:00
6 changed files with 32 additions and 3 deletions

3
.vimrc
View File

@@ -36,8 +36,9 @@ nmap <Esc>[Z <C-w>W
nmap <Tab> <C-w>w
"
" other
au BufNewFile,BufRead *.psgi setf perl
au BufNewFile,BufRead *.mk set noexpandtab
au BufNewFile,BufRead *.json setf json
au BufNewFile,BufRead *.psgi setf perl
au BufNewFile,BufRead Makefile set noexpandtab
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
"