motemen / git-vim

My vim files for Git
575 stars 73 forks source link

Don't include trailing slash in `b:git_dir` #23

Open tpope opened 13 years ago

tpope commented 13 years ago

My not-so-ulterior motive here is compatibility with fugitive.vim. I think this is the more reasonable way to reference it; git rev-parse --git-dir doesn't include a trailing slash, after all.