juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

Filepaths with spaces not being handled correctly #19

Open rhardey opened 6 years ago

rhardey commented 6 years ago

I'm on Windows 10 and am finding vc,vim is not working with file paths that contain spaces. E.g. When entering :viminfo I get the following:

Local file - not associated with repository Parent : a\\ file\\ name\\ with\\ many File : a\\ file\\ name\\ with\\ many\\ spaces.sql Perms : Type : Last Modified : (Invalid) Size : -1

I also get weirdness with :VCDiff -

--ERROR--:Failed | Unsupported operation diff on -fs

File paths without spaces work just fine.

bartlibert commented 3 years ago

Seems to be related to this vim bug: https://github.com/vim/vim/issues/541