rhysd / git-messenger.vim

Vim and Neovim plugin to reveal the commit messages under the cursor
MIT License
1.34k stars 32 forks source link

Can't resolve file paths that include a space #60

Closed justincsmith closed 4 years ago

justincsmith commented 4 years ago

File paths that include a space fail to resolve in gitmessenger#git#root_dir() resulting in the error:

git-messenger: Directory '/my git root with space' is not inside a Git repository
alex-ross commented 4 years ago

+1

I have this issue as well.

rhysd commented 4 years ago

Addressed by #61. Thank you for the fix.