casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Fix cursor moving to other window after calling vundo-quit #52

Closed alxbnct closed 2 years ago

alxbnct commented 2 years ago

When there're two windows which spliting horizontally, running (vundo) on the window above and invoking (vundo-quit) in vundo window, the cursor will move to the window below, which is quite inconvenient because users have to switch back to the original window above manually.

https://user-images.githubusercontent.com/52067352/177022735-80f91f2b-a50a-41fb-9065-7028e96d35a1.mp4

alxbnct commented 2 years ago

I've found that the issue is caused by my own config, and emacs -Q works fine. Sorry for disturbing.