sweet-rspec-vim icon indicating copy to clipboard operation
sweet-rspec-vim copied to clipboard

Use location-list instead of quickfix list

Open Trevoke opened this issue 12 years ago • 0 comments

From vim help:

                    *location-list* *E776*
A location list is similar to a quickfix list and contains a list of positions
in files.  A location list is associated with a window and each window can
have a separate location list.  A location list can be associated with only
one window.  The location list is independent of the quickfix list.

This could be very handy when doing complex refactorings

Trevoke avatar Feb 25 '13 21:02 Trevoke