Skip to content

uncommenting a commented line will double comment lineΒ #103

@Dbz

Description

@Dbz

I have these lines in my .vimrc file:

"" Set the puppet .pp file type
"au BufRead,BufNewFile *.pp set filetype=puppet

I highlight both lines and gc and this is the result:

""" Set the puppet .pp file type
""au BufRead,BufNewFile *.pp set filetype=puppet

I think this is because there is no space between the comment and the first character i.e. ""comment instead of " "comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions