RosettaCodeData/Task/Comments/Vim-Script/comments.vim
2015-02-20 00:35:01 -05:00

2 lines
101 B
VimL

let a = 4 " A valid comment
echo "foo" " Not a comment but an argument that misses the closing quote