If you need to comment something out of your .vimrc, start the line with a double quote ("
).
"autocmd BufRead *.xml :source ~/.vimrc.xml
It's embarrassing to admit how long it takes to find the answer to that question.
If you need to comment something out of your .vimrc, start the line with a double quote ("
).
"autocmd BufRead *.xml :source ~/.vimrc.xml
It's embarrassing to admit how long it takes to find the answer to that question.
Thanks, very appreciated!