Update lfrc (#495)
Prevent globing, filenames with spaces will not open.
This commit is contained in:
@@ -70,5 +70,5 @@ map <c-r> reload
|
|||||||
map <enter> shell
|
map <enter> shell
|
||||||
map x $$f
|
map x $$f
|
||||||
map X !$f
|
map X !$f
|
||||||
map o &mimeopen $f
|
map o &mimeopen "$f"
|
||||||
map O $mimeopen --ask $f
|
map O $mimeopen --ask "$f"
|
||||||
|
|||||||
Reference in New Issue
Block a user