edkolev / promptline.vim

Generate a fast shell prompt with powerline symbols and airline colors
MIT License
623 stars 54 forks source link

Promptline doesn't show behind symbol when branch is behind remote #41

Open ronakg opened 9 years ago

ronakg commented 9 years ago

I need to run git remote update for the behind symbol to show up.

Is that expected behavior?

jhacksworth commented 8 years ago

That's correct.

You could automate git remote update to stay current without having to run it manually, using a cronjob or similar strategy.