I am quite new to vim and I am trying to edit coffeescript.
Whenever I take try and add a new line, the coffeescript no longer compiles, I always get the following error:
Error: Parse error on line 14: Unexpected ‘INDENT’
This happens every time I take a new line.
If I edit the same file in textmate and take a new line then all is good.
Anybody any idea why this would happen?
Type
:set listto check whether the INDENT iswhite-spacesortabs.Type
/\tto search fortabs.