Commit b0128cc
committed
fix(actions): don't stay in quickfix on edit actions
This seems regression of abacb06.
Before that commit, we actually rely on an old vim behavior:
https://github.com/neovim/neovim/blob/5b0ad4a0607498616b984c63ae1a6903cb835c66/src/nvim/window.c#L3036
When close a window, vim try to avoid to focus a quickfix window:
(even your "last accessed window" is alraedy a quickfix window...)
> If the cursor goes to the preview or the quickfix window, try
> finding another window to go to.1 parent 69b0d5d commit b0128cc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments