You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's the intended behaviour, but previousWinid gets cached and only returns the value for the window you opened qf from.
Describe the solution you'd like
Say, you have a vertical split with window 1 and 2. You are on window 1 and open qf.
Then, you open file from qf and it opens in window 1.
After that, you go to window 2. Then, go to qf and open another file.
If opens in window 1, even though technically, 'previous' window is window 2.
Additional context
No response
The text was updated successfully, but these errors were encountered:
I don't know if it's the intended behaviour, but previousWinid gets cached and only returns the value for the window you opened qf from.
Yes. It's intended behavior.
location list has a filewinid field attached to the window before opening qf win. quickfix list hasn't this field, so previousWinid is combined filewinid for location list and the last winid for quickfix list.
Feature description
I don't know if it's the intended behaviour, but
previousWinid
gets cached and only returns the value for the window you opened qf from.Describe the solution you'd like
Say, you have a vertical split with window 1 and 2. You are on window 1 and open qf.
Then, you open file from qf and it opens in window 1.
After that, you go to window 2. Then, go to qf and open another file.
If opens in window 1, even though technically, 'previous' window is window 2.
Additional context
No response
The text was updated successfully, but these errors were encountered: