2012-08-16 23:41:25 -04:00
|
|
|
command! -buffer -range=% RetabSnip <line1>,<line2>call snipMate#RetabSnip()
|
|
|
|
vnoremap <buffer> <cr> :RetabSnip<cr>
|
|
|
|
|
2013-11-16 14:45:48 -05:00
|
|
|
if !exists('g:snippet_no_indentation_settings')
|
2012-08-16 23:41:25 -04:00
|
|
|
setlocal sw=4
|
|
|
|
setlocal tabstop=4
|
|
|
|
setlocal noexpandtab
|
|
|
|
endif
|