deadgrep
deadgrep copied to clipboard
Don't show result separators for the last result in a file
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)
---