branch: externals/shell-command+
commit 11e121aed7f5fe90700bd3f49d987bff0a796c2d
Author: Philip K <phi...@warpmail.net>
Commit: Philip K <phi...@warpmail.net>

    added support for bang--command-regexp to start with ~
---
 bang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bang.el b/bang.el
index 0af733f..9245057 100644
--- a/bang.el
+++ b/bang.el
@@ -34,7 +34,7 @@
 
 (defconst bang--command-regexp
   (rx bos (* space)
-      (? (group (or "." "/") (* (not space))) (+ space))
+      (? (group (or "." "/" "~") (* (not space))) (+ space))
       (or (group "<") (group ">") (group "|") "!" "")
       (* space)
       (group (+ not-newline))

Reply via email to