(fix): unlinked-references: support filenames with spaces (#1256)

This commit is contained in:
lytex
2020-11-12 05:05:14 +01:00
committed by GitHub
parent 167553b8ee
commit d39556a78b

View File

@ -1875,7 +1875,9 @@ the executable 'rg' in variable `exec-path'."
(concat "sed -n " (concat "sed -n "
row row
"p " "p "
file)))) "\""
file
"\""))))
(insert "\n"))))))) (insert "\n")))))))
(read-only-mode +1) (read-only-mode +1)
(dolist (title titles) (dolist (title titles)