1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-23 15:45:51 +01:00

fixed bug with dotted filetypes

This commit is contained in:
Michael Sanders
2009-03-01 17:11:13 -05:00
parent 8f31a3b9bf
commit 3e7d478b91
14 changed files with 64 additions and 12 deletions

View File

@@ -12,6 +12,8 @@ snor ' b<bs>'
snor <right> <esc>a
snor <left> <esc>bi
au FileType objc,cpp,cs let &ft .= '.c'
" By default load snippets in ~/.vim/snippets/<filetype>
if !exists('snippets_dir')
let snippets_dir = $HOME.(has('win16') || has('win32') || has('win64') ?