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

E216: No such group or event: TabNew * set showtabline=2 #31

Closed
Newexplorer opened this issue Jul 15, 2019 · 7 comments
Closed

E216: No such group or event: TabNew * set showtabline=2 #31

Newexplorer opened this issue Jul 15, 2019 · 7 comments

Comments

@Newexplorer
Copy link

Newexplorer commented Jul 15, 2019

At startup I get this error:
Error detected while processing /home/porter/.vim/bundle/vim-buffet/plugin/buffet.vim:
line 11:
E216: No such group or event: TabNew * set showtabline=2
Press ENTER or type command to continue
Commenting out the rest of the plugin, and only leaving vim-buffet active, results in the same error.
`

@chunkhang
Copy link
Collaborator

chunkhang commented Jul 15, 2019

@Newexplorer can you try :echo exists('##TabNew') in Vim?

@Newexplorer
Copy link
Author

Newexplorer commented Jul 15, 2019

I did what you requested and the output was: 0
(that is a zero)

@chunkhang
Copy link
Collaborator

Seems like your Vim doesn't support the TabNew event. Which version are you using? Can you try :version, and also see if you have +autocmd or -autocmd.

@Newexplorer
Copy link
Author

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 07 2019 15:35:43)
+autocmd

@chunkhang
Copy link
Collaborator

Ah, the changelog shows that the TabNew autocommand event was added for version 8. We'll use TabEnter instead to support version 7.

@chunkhang
Copy link
Collaborator

@Newexplorer can you update the plugin and try again?

@Newexplorer
Copy link
Author

Thank you. That worked, chunkhang.

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

No branches or pull requests

3 participants