promptline.vim icon indicating copy to clipboard operation
promptline.vim copied to clipboard

Fix git ahead/behind count on zsh

Open rojspencer opened this issue 10 years ago • 3 comments

@{upstream}...HEAD needs to be quoted else zsh eats it.

rojspencer avatar Mar 22 '15 09:03 rojspencer

Apparently I don't understand how pull requests work on github.

Made a second fix for the only_if_ssh check on the host slice and somehow it became a part of this pull request. Should be pulled also but not sure how it automatically became part of this PR.

rojspencer avatar Mar 22 '15 10:03 rojspencer

Hm.. I can't reproduce. Which version of zsh are you using?

edkolev avatar Mar 26 '15 10:03 edkolev

Installed via homebrew. zsh 5.0.7 (x86_64-apple-darwin14.0.0) On OS X Yosemite

Also saw the same on a Fedora 20 Workstation with zsh version: zsh 5.0.7 (x86_64-redhat-linux-gnu)

rojspencer avatar Mar 26 '15 20:03 rojspencer