Hi, I got an issue when modifying .vimrc today. This is the file: ``` " Show line number set number ``` When I do source .vimrc , I got this error ``` .vimrc:3: unmatched " ``` The double quote does not seem to be interpreted as comment. Any idea how to resolve this ? I'm using Vim 7.4.889 . Thanks.