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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"