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