Saturday, September 10, 2011

Re: How to disable automatically comment the next line in a cpp file?

On 9/10/2011 12:02 AM, Peng Yu wrote:
> Hi,
>
> Suppose that I am pasting some c++ code in vim (with some comment
> starting with //). The lines after the comments are also automatically
> commented, which is very annoy. Is there a way to disable this?
>
> Regards,
> Peng
>
before pasting, do

:set paste


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: