-
Notifications
You must be signed in to change notification settings - Fork 28
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
neovim stacktrace when there is no history #44
Comments
Oops it's a big problem. I didn't know this since I do not use neovim. Since all vim plugin should work fine also in neovim, probably it's a bug of neovim. Maybe we can do both report this problem to the neovim and workaround this bug in vim-mundo. |
@dsummersl I use neovim, and it works well for me , what is your reproduce step? |
Struggling to figure out how to reproduce. It has happened to me a few times in the past (I presume, I've seen similar stack traces but I didn't copy the traces the last times, so I can't be 100% sure). What I know thus far:
|
Yeah, I've tried that too...and using it on a read only file too. I'm not sure how to trigger it. Again, this doesn't happen 'normally' - but there is a stack trace - so its happened! :) I think it has happened with file I edit under version control. If I work on branch |
I'll try to make it happen today. |
I can reproduce it fairly consistently. An example:
|
thanks @vimeitor I'll give that a shot |
I forgot to say that this is not something that is exclusive of neovim, as I can reproduce it in vim8, as well. |
@vimeitor I've merged in a fix that I believe corrects the issue; do let me know if you run into more problems. |
I'm afraid I can still reproduce the issue with the same steps as before. Do not worry about it; there's no rush into fixing this (at least from my side). I might take a look at it in a few days if I get some time, although I have very little experience with vimscript besides the small functions that I have here and there on my vimrc. |
The text was updated successfully, but these errors were encountered: