From: Eshel Yaron Date: Tue, 6 Sep 2022 19:15:00 +0000 (+0300) Subject: FIXED: detect "|:" prompt in the top-level X-Git-Tag: v0.2.0~26 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84e6182685608b7e05958a3cbd14dd9de49ef4a9;p=dict.git FIXED: detect "|:" prompt in the top-level --- diff --git a/sweep.el b/sweep.el index 0c54a88..0a3fc19 100644 --- a/sweep.el +++ b/sweep.el @@ -786,6 +786,7 @@ Interactively, a prefix arg means to prompt for BUFFER." (not (string= "?- " (substring prompt (- pend pstart 3) (- pend pstart)))) + (not (string= "|: " prompt)) (not (string= "| " prompt))) (comint-send-input)))))