mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-26 05:41:08 +08:00
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).