comments in vimrc file code example
Example 1: vimrc comment
"This is a comment in vimrc. It does not have a closing quote
Example 2: vim rc comments
" this is how a comment looks like in ~/.vimrc
"This is a comment in vimrc. It does not have a closing quote
" this is how a comment looks like in ~/.vimrc