Skip to content

Instantly share code, notes, and snippets.

@garbas
Created February 3, 2011 14:46
Show Gist options
  • Save garbas/809553 to your computer and use it in GitHub Desktop.
Save garbas/809553 to your computer and use it in GitHub Desktop.
Error detected while processing /home/rok/.vim/bundle/snipmate/plugin/snipMate.vim:
line 31:
E117: Unknown function: funcref#Function
E116: Invalid arguments for function get(s:snipMate, 'get_snippets', funcref#Function("snipMate#GetSnippets"))
E15: Invalid expression: get(s:snipMate, 'get_snippets', funcref#Function("snipMate#GetSnippets"))
@barraponto
Copy link

same issue here, using lazysnipmate.

@garbas
Copy link
Author

garbas commented Mar 9, 2011

use snipmate from master ("official" fork) ... i merged all of others pull requests since msanders is not responding ... and use VAM (Vim-addon-manager) it will take care of dependency
if not ... look here -> https://github.com/garbas/vim-snipmate

@barraponto
Copy link

i have added https://github.com/MarcWeber/vim-addon-mw-utils which provides the missing functions.

@barraponto
Copy link

nice... will do. but it adds another dependency?

@garbas
Copy link
Author

garbas commented Mar 9, 2011

yes ... and much more :) you will love it beleive me

@barraponto
Copy link

thanks a lot, i have installed it now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment