tomtom/tlib_vim

No such group or event: TLib VimResized <buffer> call feedkeys("\<c-j>", 't')

todd-dsm opened this issue · 0 comments

I get this error once after installing, then it seems to go away. I use TLib as a dependency for vim-snipmate:
Error detected while processing function snipMate#TriggerSnippet..42_ChooseSnippet..tlib#input#List..tlib#input#ListW..
43_Init..43..46..45:
line 3:
E216: No such group or event: TLib VimResized call feedkeys("", 't')

To duplicate it's probably best to create a new temp user account:

  1. Install vim pathogen
    https://github.com/tpope/vim-pathogen
  2. Install vim-snipmate using pathogen
    https://github.com/garbas/vim-snipmate#using-pathogen
  3. Create a new HTML5 doc:
    $ vi index.html
  4. Begin editing:
    type: docty [press tab key twice] It should auto-complete to 'doctype'.
    [press tab key again to get the HTML version selector]
  5. Here is where the error occurs.

Thanks - I hope this helps,

TT