I\'m trying to create an application in Python 3.2 and I use tabs all the time for indentation, but even the editor changes some of them into spaces and then print out \"inc
Solving this using Vim editor
cd ). Ex: cd /home/vineeshvs/work.vim ). Ex: vim myfile.txt .:set hlsearch):). Ex: :53 in Vim editor after pressing ESC button once.:.,$s/\t//gc ). Ex: Tab will be replaced with four spaces using the following command: :.,$s/\t/ /gc after pressing ESC button once). This process is interactive. You may give y to replace the tab with spaces and n to skip a particular replacement. Press ESC when you are done with the required replacements.