Mercurial > dotfiles
changeset 329:c35b58b40fcb
textmate.el: use egrep instead
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 11 Mar 2014 14:16:34 -0400 |
parents | 4f49d70f1b69 |
children | 629b500e1276 |
files | .elisp/textmate.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/textmate.el +++ b/.elisp/textmate.el @@ -323,7 +323,7 @@ specific type of file." (concat (cond ((string= type "git") "git ls-files") ((string= type "hg") "hg manifest")) (if *textmate-vcs-exclude* - (concat " | grep -v " + (concat " | egrep -v " (shell-quote-argument *textmate-vcs-exclude*)) "") " | xargs egrep -nR "