Get pluses and minuses lined up.

This commit is contained in:
2022-11-08 18:23:44 -08:00
parent 3cb2ac5a0e
commit 0f04378898

View File

@ -291,7 +291,7 @@ if( 0 == ${__res} ) then
endif
else
if( 0 != ${git_ahead_count} ) then
set git_tracking_stat=": %{${ahead_tracking_color_seq}%}${git_ahead_count}%{${sgr_reset}%}"
set git_tracking_stat=": +%{${ahead_tracking_color_seq}%}${git_ahead_count}%{${sgr_reset}%}"
endif
endif
endif