File: snippet.vim

package info (click to toggle)
vim-snipmate 0.87-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 180 kB
  • ctags: 78
  • sloc: sh: 41; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
command! -buffer -range=% RetabSnip <line1>,<line2>call snipMate#RetabSnip()
vnoremap <buffer> <cr> :RetabSnip<cr>

if !exists('g:snippet_no_indentation_settings')
  setlocal sw=4
  setlocal tabstop=4
  setlocal noexpandtab
endif