vim-qf icon indicating copy to clipboard operation
vim-qf copied to clipboard

Restore previous window(s) with lwindow/cwindow

Open blueyed opened this issue 7 years ago • 4 comments

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).

blueyed avatar May 10 '17 21:05 blueyed

+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.

Garoth avatar May 18 '17 03:05 Garoth

@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...

svanharmelen avatar May 19 '17 12:05 svanharmelen

@romainl is this something you are interested in merging into the project? or is it not the case anymore?

MarioRicalde avatar Aug 09 '23 03:08 MarioRicalde

@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.

romainl avatar Aug 09 '23 07:08 romainl