emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/shell-command+ fc494e2d07 1/2: Allow for commands to go


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ fc494e2d07 1/2: Allow for commands to go over one line
Date: Sat, 13 Aug 2022 06:57:55 -0400 (EDT)

branch: externals/shell-command+
commit fc494e2d07537457f3bcb478c0610941c7daf32a
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Allow for commands to go over one line
---
 shell-command+.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index c520759cd3..38f27dffe4 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -254,7 +254,7 @@ If EXPAND is non-nil, expand wildcards."
        (group (+ (not space)))
        ;; Parse arguments
        (*? space)
-       (group (*? not-newline)))
+       (group (*? anything)))
       ;; Ignore all trailing whitespace
       (* space)
       eos)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]