The Plugin 'msanders/snipmate.vim' is deprecated, when I installed that plugin caused errors during execution of vim.
I found a solution, I changed to the https://github.com/garbas/vim-snipmate
Inside the vim I removed the Plugin 'msanders/snipmate.vim' line, and done this commands:
:PluginUpdate
:PluginClean
Finally I added the Plugin 'garbas/vim-snipmate' and then :PluginInstall.
It worked perfectly for me.