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