瀏覽代碼

fix bug of my-rgrep-grep

pull/1/head
10sr 10 年之前
父節點
當前提交
5384dd4c7a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -1947,7 +1947,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"-path '*/.git' -prune -o "
"-path '*/.svn' -prune -o "
"-type f -print0 | "
"xargs -0 -e grep -nH -e '%s'")
"xargs -0 -e grep -nH -e ")
"grep command for grep")

(defun my-rgrep-grep-command ()


Loading…
取消
儲存