in recent vars renaming we lost the custom mark
This commit is contained in:
François Schmidts 2012-08-16 17:56:36 +02:00
parent 39ba4c33f1
commit 7ee027e243

View File

@ -901,11 +901,11 @@ _lp_smart_mark()
mark="%(!.#.%%)"
fi
if [[ ! -z $(_lp_git_branch) ]] ; then
mark=$LP_GIT_MARK
mark=$LP_MARK_GIT
elif [[ ! -z $(_lp_hg_branch) ]] ; then
mark=$LP_HG_MARK
mark=$LP_MARK_HG
elif [[ ! -z $(_lp_svn_branch) ]] ; then
mark=$LP_SVN_MARK
mark=$LP_MARK_SVN
fi
echo -ne "${COL}${mark}${NO_COL}"
}