This commit is contained in:
Case Duckworth 2022-01-16 15:53:44 -06:00
parent 4362009bad
commit 35fbd99419
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ segment to make that segment match accordingly."
(derived-mode-p 'eshell-mode))
;; File extension
(string-match-p "\\`\\.." pattern))
(cons orderless-regexp
(cons 'orderless-regexp
(concat "\\." (substring pattern 1) "[\x100000-\x10FFFD]*$")))
;; Ignore single !
((string= "!" pattern) `(orderless-literal . ""))