When modify Makefile, set noexpandtab.
This commit is contained in:
1
vimrc
1
vimrc
@@ -34,4 +34,5 @@ nmap <Tab> <C-w>w
|
|||||||
"
|
"
|
||||||
" other
|
" other
|
||||||
au BufNewFile,BufRead *.psgi setf perl
|
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
|
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
||||||
|
|||||||
Reference in New Issue
Block a user