We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f4ac6 commit edd8c1aCopy full SHA for edd8c1a
fussy.el
@@ -514,6 +514,8 @@ Implement `all-completions' interface with additional fuzzy / `flx' scoring."
514
(and
515
fussy-use-cache
516
(> (length string) 0)
517
+ ;; e.g. ~/.emacs.d/url/ should not use entry from "~/.emacs.d/url".
518
+ (not (string-suffix-p "/" string))
519
(cl-copy-list
520
(gethash
521
(substring string 0 (- (length string) 1))
0 commit comments