FS#60582 - vim-airline not show git branch

Attached to Project: Community Packages
Opened by Andrea (Dea1993) - Thursday, 25 October 2018, 10:48 GMT
Last edited by Levente Polyak (anthraxx) - Thursday, 25 October 2018, 11:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
vim-airline not show git branch (with vim-fugitive 2.4-2, instead the previous versione 2.3 works), if insert these in .vimrc:
syntax on
and/or
filetype indent on

if i clone it from github, the problem isn't present (i'm on this commit id 08e9aa5386eecfd6a6cbde1eff240619cd81beed)

Additional info:
* vim-airline 0.9-1
* vim-fugitive 2.4-2


Steps to reproduce:
* install vim, install vim-fugitive, install vim-airline (from arch repo)
* insert:
syntax on
and/or
filetype indent on
inside .vimrc
* open a source code (inside a git repo) that has colored syntax and/or auto intentation (for example, .bashrc, or *.py)

Expected behavior:
see branch name in vim-airline

Real behavior:
see branch name is not shown for file that has colored syntax (for example, opening postgresql config file ".psqlrc" hasn't problem).

Solution:
the last commit from github page of the project, solve the problem

Discussion on github:
https://github.com/vim-airline/vim-airline/issues/1815#issuecomment-432985900



This task depends upon

Closed by  Levente Polyak (anthraxx)
Thursday, 25 October 2018, 11:02 GMT
Reason for closing:  Upstream
Comment by Levente Polyak (anthraxx) - Thursday, 25 October 2018, 11:02 GMT
There is nothing to update, latest git tag is 0.9 and we won't YOLO bump to a git commit that pulls in 199 commits.
If they do a new git tag, we do a new package update

Loading...