edkolev / promptline.vim

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

Add indicator for stash and WIP to git status bar #58

Closed Galbar closed 5 years ago

Galbar commented 7 years ago

For stash it displays the number of stashed changes, if any.

For WIP it displays a [WIP] indicator if the current git branch is gwip'ed

Galbar commented 5 years ago

Is there any interest in this? Otherwise I'll just close this PR

edkolev commented 5 years ago

The generated prompt tries to be fast, which is mainly achieved by shelling out as few commands as possible. Running 4 extra commands (git, wc, git, grep) each time the prompt is rendered is in conflict with the goal stated above, sorry.

Galbar commented 5 years ago

That makes sense. Thank you for the answer. I'm closing the PR :)