When I open my .java file at vim, I could see couple of lines prefixed with one/more ^I character. It looks tabs in Eclipse has got converted into ^I. I would like to replace single ^I into spaces with 4 character.
E.g
^I^I^I^IList<History> rulePackagesHistory = result.getHistory();
How can do that in vim editor?