]> git.eshelyaron.com Git - sweep.git/commitdiff
FIXED: detect "|:" prompt in the top-level
authorEshel Yaron <me@eshelyaron.com>
Tue, 6 Sep 2022 19:15:00 +0000 (22:15 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Sep 2022 19:15:00 +0000 (22:15 +0300)
sweep.el

index 0c54a88c547a95d6273d53a094c68e5c6ca27403..0a3fc19b4e23a96480e50f5e5570632daedc34ee 100644 (file)
--- 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)))))