MarcWeber / ultisnips

Official Mirror of UltiSnips trunk on LaunchPad. Send pull requests to SirVer/ultisnips!
https://launchpad.net/ultisnips
25 stars 5 forks source link

E605: Excepion not caught :you are missing tlib library #8

Closed tracyone closed 11 years ago

tracyone commented 11 years ago

qq20130713225408 start gvim and turn out this error

than i execute qq20130713225451

turn out qq20130713223556

windows 7 64bit qq20130713225717

MarcWeber commented 11 years ago

Try to understand the message. tlib is a viml library http://vam.mawercer.de/?plugin_info=dGxpYg== About first message: You have to define g:UltiSnips first such as let g:UltiSnips = {}.

VAM tries to install dependencies automatically.

Also AFAIK :UltiSnipsEdit automatically uses the current filetype, so you don't have to pass "c".

Reopen if this does not solve your problems