1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-05 21:34:13 +01:00

fixed objc/cpp command-based snippets

This commit is contained in:
Michael Sanders
2009-03-01 19:24:43 -05:00
parent dd8b39a9b5
commit a8109fa38f
14 changed files with 18 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ snor ' b<bs>'
snor <right> <esc>a
snor <left> <esc>bi
au FileType objc,cpp,cs let &ft .= '.c'
au FileType objc,cpp,cs let &ft = expand('<amatch>').'.c'
" By default load snippets in ~/.vim/snippets/<filetype>
if !exists('snippets_dir')