dkprice / vim-easygrep

Fast and Easy Find and Replace Across Multiple Files
The Unlicense
325 stars 47 forks source link

Tab-related issue: Second Grep command overwrites results of first Grep in other tab #62

Closed jpmv27 closed 8 years ago

jpmv27 commented 8 years ago

I have EasyGrep configured to display results in the location list.

Let's say I have two files in different projects open in different tabs. I run :Grep pattern1 in the first tab and get results in the location list.

Now I switch to the second tab and run :Grep pattern2. Because of #61 I have to :lopen manually, but if I do so I see the results of the Grep.

However, if I go back to the first tab, the contents of the location list for that tab have been replaced by the results of the second Grep. If I use :lgrep instead of :Grep, the two location lists remain independent.

jpmv27 commented 8 years ago

Never mind, I am an idiot and was actually using the quickfix window instead of the location list when I noticed this. Sorry for the noise.