Fix regression in marking files in Dired

This commit is contained in:
contrapunctus 2022-05-11 23:43:11 +05:30
parent f286ce396d
commit 6291d3b7b1
1 changed files with 3 additions and 2 deletions

View File

@ -89,6 +89,7 @@ Return PATHS unchanged."
(find-file sxiv--directory)
(let ((files (--> (split-string output "\n")
(-drop-last 1 it)
(mapcar #'file-relative-name it)
(sxiv-insert-subdirs it))))
(dired-mark-if
(and (not (looking-at-p dired-re-dot))