Fix
===
Substitute 8 space with tab via "vim" editor using following command
:%s/^ \{8}/^I/
If it not replacing 8 space with tab, then edit :%s/^ \{8}/^I/ and remove "^I" and press "Tab", so we can see "^I" again there. Then run it again.
===
Substitute 8 space with tab via "vim" editor using following command
:%s/^ \{8}/^I/
If it not replacing 8 space with tab, then edit :%s/^ \{8}/^I/ and remove "^I" and press "Tab", so we can see "^I" again there. Then run it again.
No comments:
Post a Comment