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
Well, either one or the other has to take priority and it happened that I checked for -jump first. :-)
IIRC, the logic was also easier this way, because otherwise the code for -switch has to take -openand-jump into account, so there was more <c-w>p action.
So, either :Grepper -jump -open -noswitch or let g:grepper = { 'switch': 0 }.
With both
jump
andopen
I've found that jumping should be done after opening, otherwise I've ended up in the quickfix list.That might be related to (i.e. caused by) #44?!
The text was updated successfully, but these errors were encountered: