vim-qf
vim-qf copied to clipboard
Restore previous window(s) with lwindow/cwindow
Fixes https://github.com/romainl/vim-qf/issues/44. Fixes https://github.com/neomake/neomake/issues/1097.
There might be a new setting to control this, i.e. if you really want to get the focus into the quickfix window (or not)?!
Vim 7.4.2299 (https://github.com/vim/vim/commit/04c4ce650f9e533cd35b2aa6803f4d354d3ec7aa) is what triggered it for Neomake (merged in Neovim v0.2.0).
+1 that this has caused some issues: https://github.com/neomake/neomake/issues/1323
Seems like I opened a dupe of the ticket blueyed referenced, and someone else also commented on it saying that they had the same issue here.
@blueyed @romainl should this logic also be added to the Toggle functions? As they too (in my setup) do not restore the cursor in the previous windows, but always the top/left window...
@romainl is this something you are interested in merging into the project? or is it not the case anymore?
@MarioRicalde I am not opposed to it, if that's what you are asking, but I don't have much time to allocate to it.
I see that there is a conflict, here. I f you feel like resolving it or making a new clean PR I will probably accept it.