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

Double error when closing with unsaved changes. #27

Closed
jordwalke opened this issue Feb 6, 2018 · 3 comments
Closed

Double error when closing with unsaved changes. #27

jordwalke opened this issue Feb 6, 2018 · 3 comments

Comments

@jordwalke
Copy link

When you close a wintab that has not saved its changes, you'd expect to get an error (from Vim) but you get a double error which causes you to have to press enter with wintab.

screen shot 2018-02-05 at 11 21 06 pm

@jordwalke
Copy link
Author

I think it might be able to catch E89 and just rethrow it up.

@zefei
Copy link
Owner

zefei commented Feb 19, 2018

Not sure if the fix of #24 resolves this issue. For exception E89: vim can catch that but unfortunately (re)throwing vim exceptions isn't allowed.

Let me know if this is still an issue after the other error is fixed.

@zefei
Copy link
Owner

zefei commented May 20, 2018

Should be fixed now.

@zefei zefei closed this as completed May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants