Closed jpmv27 closed 8 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
grep
lgrep
grep!
lgrep!
EasyGrepOpenWindowOnMatch=0
My mistake, the correct option is EasyGrepJumpToMatch, and it works fine
EasyGrepJumpToMatch
By default
grep
andlgrep
open the first match unless called with "bang" asgrep!
andlgrep!
. So, even whenEasyGrepOpenWindowOnMatch=0
, the first match is opened