-
Notifications
You must be signed in to change notification settings - Fork 42
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
Undo levels not restored #45
Comments
I'm running into the same issue. Immediately after using choosewin, I am no longer able to undo, and insert mode is activated. |
I've found that this behavior only happens when using overlay mode. If I use the default mode undo works and I don't get dropped into insert mode. |
I know this is the very critical and frustrating issue which should be fixed immediately. |
I may look into this to see what's up while I have a little vacation left. Was more pointing it out to see if anyone had a fix versus asking @t9md to fix it directly! I've been in the same boat of not using a project that I maintain and it being difficult to handle requests. |
When using the plugin, I find that my undo levels are not restored. So it leaves me at
undolevels=-1
. It also leaves me in insert mode in whichever window I jump to.I'm assuming something fails in the undoclear method around
vim-choosewin/autoload/choosewin/overlay.vim
Line 69 in 4ac141a
The text was updated successfully, but these errors were encountered: