]> code.delx.au - gnu-emacs-elpa/commit
counsel.el (counsel-git-grep-occur): Fix greedy-nongreedy bug
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 27 Feb 2016 08:12:02 +0000 (09:12 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 27 Feb 2016 08:13:13 +0000 (09:13 +0100)
commit0744f57ce3f5922fe67cfec9b729a9ad5d1d3569
treefc9893ee0d6c75ae3097acafed190f0685b3327f
parent587526e00bc68c6610fee53146b6a176d190ad9c
counsel.el (counsel-git-grep-occur): Fix greedy-nongreedy bug

The regex has to be greedy for the shell command to succeed.
counsel.el