-
Notifications
You must be signed in to change notification settings - Fork 101
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
:UndoTreeToggle causes E121 and E116 #112
Comments
I also faced this issue in neovim and not in vim. Above errors occurred when i do these actions: Opening UndoTree window using :UndoTreeToggle and :UndoTreeShow, opening Diff panel, toggling relative timestamp and undoing, redoing while UndoTree window open. Strange enough, turn off the diff panel completely makes errors disappear when doing those actions.
Seems like the diff panel are the reason causing the error. |
I think there's a bug with the scope of the variable I did the following in my
And modifed
|
I will also add that switch from FISH to Zsh fixed everything without my changes. Now I'm thinking my problem was something to do with the way FISH works. @Xmgplays Curious what shell you're using. |
Seeing an issue related to |
In macos when using zsh shell you need the following: |
Using :UndoTreeToggle after editing a file generates this error
functionality does not seem to be affected.
Reproduced this using this config on neovim v0.4.3:
Update: Same config does not cause error in vim
The text was updated successfully, but these errors were encountered: