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

Do not try to delete dirvish#open #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Mar 2, 2019

I am seeing the following error due to this in both Vim and Neovim:

E131: Cannot delete function dirvish#open: It is in use

Stepping into the call to it before it loads the autoload file, calls
the function and returns from it. Therefore it is not clear to me
how/why it is in use, but I also cannot see why it should get deleted.

This statement is there since the beginning (cd94a24).

I am seeing the following error due to this in both Vim and Neovim:

> E131: Cannot delete function dirvish#open: It is in use

Stepping into the call to it before it loads the autoload file, calls
the function and returns from it.  Therefore it is not clear to me
how/why it is in use, but I also cannot see why it should get deleted.

This statement is there since the beginning (cd94a24).
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

Successfully merging this pull request may close these issues.

1 participant