nvim: fix file preview for names containing spaces
This commit is contained in:
parent
c016dd3f2b
commit
d94adfb3b8
|
@ -31,6 +31,6 @@ with self; ''
|
|||
--style="''${BAT_STYLE:-numbers}" \
|
||||
--color=always \
|
||||
--pager=never \
|
||||
--file-name=''$FILE \
|
||||
--file-name="''$FILE" \
|
||||
--highlight-line=$CENTER
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue