2019. 5. 12.

Making tab and spaces visible in vi editor

while typing python code in vi editor,   space and tab make compile errors.

By using 'set list' , user can check tab and space characters.

# Normal mode



:set list

:set list listchars=tab:\|\-    #last char is space.

:set list!   #off  command