2 lines
101 B
VimL
2 lines
101 B
VimL
let a = 4 " A valid comment
|
|
echo "foo" " Not a comment but an argument that misses the closing quote
|