We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb4f7b7 + 8a7bcdb commit db2084aCopy full SHA for db2084a
source/mode/file-manager.lisp
@@ -309,7 +309,8 @@ Can be used as a `open-file-function'."
309
(define-command-global open-file (&key (default-directory
310
(if (quri:uri-file-p (url (current-buffer)))
311
(uiop:pathname-directory-pathname
312
- (quri:uri-path (url (current-buffer))))
+ (quri:url-decode
313
+ (quri:uri-path (url (current-buffer)))))
314
*default-pathname-defaults*)))
315
"Open a file from the filesystem.
316
0 commit comments