@sdetweil I stripped all the tabs, and replaced with spaces. In vi
:%s/\t/ /g
So, I think vim fixed the problem for me. OTOH, I think vi caused the problem in the first place by putting tabs in instead of spaces (or the way I have vi configured).
So, that’s one to be aware of I think!?