Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uncommenting a commented line will double comment line #103

Open
Dbz opened this issue Dec 1, 2018 · 0 comments
Open

uncommenting a commented line will double comment line #103

Dbz opened this issue Dec 1, 2018 · 0 comments

Comments

@Dbz
Copy link

Dbz commented Dec 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant