nvim: fix file preview for names containing spaces #168

Merged
b12f merged 1 commit from fix/neovim-preview-filenames-with-spaces into main 2023-02-24 20:38:29 +00:00

View file

@ -31,6 +31,6 @@ with self; ''
--style="''${BAT_STYLE:-numbers}" \ --style="''${BAT_STYLE:-numbers}" \
--color=always \ --color=always \
--pager=never \ --pager=never \
--file-name=''$FILE \ --file-name="''$FILE" \
--highlight-line=$CENTER --highlight-line=$CENTER
'' ''