mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-28 01:35:28 +08:00
72d382077c
This reverts commit d6540b2588, which
caused all sorts of breakages with buffer names with brackets in them.
This was greatly exacerbated by airline.vim setting an erroneous
b:git_dir in plugin buffers based on the current working directory.
Closes #464. Closes #463. Closes #461.