Преглед на файлове

update my-rgrep-grep command

pull/1/head
10sr преди 11 години
родител
ревизия
982e6f0b7e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Целия файл

@@ -1963,7 +1963,8 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
(format (concat "find . "
"-path '*/.git' -prune -o "
"-path '*/.svn' -prune -o "
"-type f -exec grep -nH -e '%s' {} +")
"-type f -print0 | "
"xargs -0 -e grep -nH -e '%s'")
word)
'grep-mode))



Зареждане…
Отказ
Запис