branch: elpa/helm commit 9a5827284a63453156511b935de39180f4f52d31 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix typo in helm-locate-lib-get-summary regexp --- helm-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-lib.el b/helm-lib.el index 02569a43f2..6e41afa353 100644 --- a/helm-lib.el +++ b/helm-lib.el @@ -1735,7 +1735,7 @@ Directories expansion is not supported." (with-temp-buffer (call-process-shell-command (format cmd - (if (string-match-p ".gz\\'" file) + (if (string-match-p "\\.gz\\'" file) "gzip -c -q -d" "cat") (shell-quote-argument file) regexp)