dkprice / vim-easygrep

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

First match is opened even when EasyGrepOpenWindowOnMatch is 0 #59

Closed jpmv27 closed 7 years ago

jpmv27 commented 7 years ago

By default grep and lgrep open the first match unless called with "bang" as grep! and lgrep!. So, even when EasyGrepOpenWindowOnMatch=0, the first match is opened

jpmv27 commented 7 years ago

My mistake, the correct option is EasyGrepJumpToMatch, and it works fine