branch: elpa/flx commit 2b54391aa6bbc40790d5d27c96693ad7f78401b0 Author: Le Wang <le.w...@agworld.com.au> Commit: Le Wang <le.w...@agworld.com.au>
Fix helm demo with `.` in query. --- misc/flx-helm-demo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/flx-helm-demo.el b/misc/flx-helm-demo.el index 34fb4d17fe..3b8c04da2c 100644 --- a/misc/flx-helm-demo.el +++ b/misc/flx-helm-demo.el @@ -11,7 +11,7 @@ The score info we add here is later removed with another filter." (flx-pattern (cdar mp-3-patterns)) (patterns (cons (cons 'identity (mapconcat - #'identity + #'regexp-quote (split-string flx-pattern "" t) ".*")) (cdr mp-3-patterns)))