I cannot toggle files in the full version of :Gina status when [color "status"] is set in ~/.gitconfig. But it works fine for :Gina status -s. This only occurs in Modified files also If I try to toggle a new file it works fine in either mode.
I have to remove the entire [color "status"] section for it to work correctly. I suspect that adding colours adds characters to format the text.
I cannot toggle files in the full version of
:Gina status
when[color "status"]
is set in~/.gitconfig
. But it works fine for:Gina status -s
. This only occurs in Modified files also If I try to toggle a new file it works fine in either mode.I have to remove the entire
[color "status"]
section for it to work correctly. I suspect that adding colours adds characters to format the text..gitconfig
Thanks!