From 8447e5bc472a17d86d8e960c700ab12aa6c63fce Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 24 Apr 2024 22:22:16 +0100 Subject: [PATCH] zsh: task-quote-magic escapes " as well --- zsh/functions/task-quote-magic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/task-quote-magic b/zsh/functions/task-quote-magic index 16294c4..197fb37 100644 --- a/zsh/functions/task-quote-magic +++ b/zsh/functions/task-quote-magic @@ -26,7 +26,7 @@ local -a reply match mbegin mend zstyle -m ':task-quote-magic:\*' task-seps '*' || - zstyle -e ':task-quote-magic:*' task-seps 'reply=("#{}\`&<>''${histchars[1]}")' + zstyle -e ':task-quote-magic:*' task-seps 'reply=("#{}\`\"&<>''${histchars[1]}")' zstyle -m ':task-quote-magic' task-cmds '*' || zstyle -e ':task-quote-magic' task-cmds \ -- 2.48.1