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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user