Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ignore BufEnter and BufLeave events when create popup window
After popup window has been created, git-messenager uses `noautocmd wincmd p` to jump back to the current buffer, which ignores BufEnter and BufLeave events. Some other plugins depends on event BufEnter/BufLeave to take effect normally. So git-messenager should use `wincmd p` to preserve events. See issue rhysd#65 for details.
- Loading branch information