mirror of
https://github.com/amix/vimrc
synced 2025-06-30 20:05:01 +08:00
lets try again...
This commit is contained in:
8
sources_non_forked/vim-snipmate/ftplugin/snippet.vim
Normal file
8
sources_non_forked/vim-snipmate/ftplugin/snippet.vim
Normal file
@ -0,0 +1,8 @@
|
||||
command! -buffer -range=% RetabSnip <line1>,<line2>call snipMate#RetabSnip()
|
||||
vnoremap <buffer> <cr> :RetabSnip<cr>
|
||||
|
||||
if !exists('g:nsippet_no_indentation_settings')
|
||||
setlocal sw=4
|
||||
setlocal tabstop=4
|
||||
setlocal noexpandtab
|
||||
endif
|
Reference in New Issue
Block a user