When modify Makefile, set noexpandtab.

This commit is contained in:
Gea-Suan Lin
2011-04-09 10:20:01 +08:00
parent 6327a1e6ad
commit faea4be5b5

1
vimrc
View File

@@ -34,4 +34,5 @@ nmap <Tab> <C-w>w
"
" other
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