tomtom / tlib_vim

Some utility functions for VIM
http://www.vim.org/scripts/script.php?script_id=1863
GNU General Public License v3.0
173 stars 43 forks source link

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

Closed todd-dsm closed 12 years ago

todd-dsm commented 12 years ago

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