Update lfrc (#495)

Prevent globing, filenames with spaces will not open.
This commit is contained in:
Antonín Dach
2020-03-03 22:50:10 +01:00
committed by GitHub
parent 2eb4f10b84
commit dab3ae5be0

View File

@@ -70,5 +70,5 @@ map <c-r> reload
map <enter> shell
map x $$f
map X !$f
map o &mimeopen $f
map O $mimeopen --ask $f
map o &mimeopen "$f"
map O $mimeopen --ask "$f"