command! -buffer -range=% RetabSnip ,call snipMate#RetabSnip() vnoremap :RetabSnip if !exists('g:snippet_no_indentation_settings') setlocal sw=4 setlocal tabstop=4 setlocal noexpandtab endif