vim-airline/autoload/airline
Christian Brabandt d4a239f14a Make airline aware of git worktrees
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).
2016-11-23 16:33:12 +01:00
..
extensions Make airline aware of git worktrees 2016-11-23 16:33:12 +01:00
themes Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
builder.vim do not skip empty sections for the tabline 2016-09-27 21:44:00 +02:00
debug.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
extensions.vim guard against loading extensions twice 2016-10-24 12:14:30 +02:00
highlighter.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
init.vim Add support for ALE, the Async Linting Engine 2016-10-14 10:36:21 +02:00
msdos.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
parts.vim Shorten mode message for small windows 2016-10-20 22:57:26 +02:00
section.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
themes.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
util.vim Do not forward v:shell_error on command fail. 2016-11-20 10:16:13 +01:00