git-blame.nvim
git-blame.nvim copied to clipboard
Breaks when spaces in filepath
Like the title says, the plugin works fine usually but ends up always saying "Not Committed Yet" whenever the filepath has spaces in it. It seems to be a fairly easy fix just by wrapping all the filepaths in vim.fn.shellescape(). (Maybe this is a sign that I should really stop using spaces in my git directory names.)
Interesting 🤔 I'll check it once I have some spare time
@eriedaberrie did #54 fix it for you? I tried the plugin on a file with spaces after merging #54 but got the same result. I'll try to do some more investigation later
That's strange, I was able to get everything working with #54.
True, works for me too. Thanks one more time ^_^