RosettaCodeData/Task/Comments/Vim-Script/comments.vim
2023-07-01 13:44:08 -04: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