deadgrep icon indicating copy to clipboard operation
deadgrep copied to clipboard

Don't show result separators for the last result in a file

Open Wilfred opened this issue 7 years ago • 0 comments
trafficstars

Search term: paragraph-separate change
Search type: string words regexp
Case: smart sensitive ignore
Context: none before:0 after:1

Directory: ~/src/emacs/
Files: all type glob

CONTRIBUTE
390  paragraph-separate: "[ 	]*$"
391  coding: utf-8
---

lisp/shell.el
553    (setq-local paragraph-separate "\\'")
554    (setq-local paragraph-start comint-prompt-regexp)
---

Wilfred avatar Oct 09 '18 12:10 Wilfred