Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin msanders/snipmate is deprecated #5

Open
lazincastro opened this issue Jul 6, 2017 · 4 comments
Open

Plugin msanders/snipmate is deprecated #5

lazincastro opened this issue Jul 6, 2017 · 4 comments

Comments

@lazincastro
Copy link

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.

@lucascaton
Copy link
Owner

Hi @lazarocastro, thanks for opening this issue.

That's weird. While msanders/snipmate.vim is indeed deprecated, it works well here.

I've tried several times to replace this plugin with its fork but that doesn't work at all.
I always ended up getting errors like the following:

-- Keyword Local completion (^N^P) Pattern not found

image

@lucascaton
Copy link
Owner

lucascaton commented Jul 8, 2017

Just made a new test by following the installation docs and adding the following plugins:

Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'

Unfortunately it didn't work, I've had the same problem :(

@lucascaton
Copy link
Owner

I also tried to copy a snippet file from this repo just to make sure the problem wasn't my personal snippets, but it didn't work either.

@lucascaton
Copy link
Owner

I've just tried to replace it again, it still doesn't work as expected 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants