2010-05-23 20:31:47 +00:00
|
|
|
"Instructions
|
|
|
|
"Download vim script 411
|
|
|
|
"http://www.vim.org/scripts/script.php?script_id=441
|
|
|
|
"Install localvimrc.vim to .vim/plugin
|
|
|
|
"
|
|
|
|
" Hint: You can disable it asking before sourcing a file by adding this to
|
|
|
|
" your .vimrc: let g:localvimrc_ask=0
|
|
|
|
|
2010-05-23 20:26:01 +00:00
|
|
|
set nosmarttab
|
|
|
|
set noexpandtab
|
|
|
|
set shiftwidth=8
|
|
|
|
set softtabstop=0
|
|
|
|
set tabstop=4
|