I often use Comment Line (Command-/) to add and remove comments. I noticed that if I have a shell script snippet like this:
# Comment
then Comment Line removes the comment. But if the snippet looks like this:
#Comment
then Comment Line adds yet another comment ("# #Comment"). Is this a bug? I checked the Ruby code for the command in the Bundle Editor but I didn't see anything wrong.
Trevor