mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-11 09:08:25 +08:00
d4a239f14a
Currently vim-airline assumes, that the git_dir is part of the path for the file being edited. This has changed, since git supports worktrees. So take care of b:git_dir (which is set by fugitive) being a path differently from the absolute path of the file being edited (however, it should include the substring worktree in that case).