On 3/3/2017 9:55 AM, Gary Johnson wrote:
On 2017-03-03, Barry Gold wrote:
On 3/2/2017 8:11 PM, Erik Christiansen wrote:
On 02.03.17 09:07, Barry Gold wrote:
I want to use word-wrap on my C++ comments.

My .vimrc file contains
set tw=75
set fo+=tcjro

But when I type a long C++ style comment, I get
         // This object contains the logic (code and data) for making the
         first pass over the input
Here, word wrapping on just typing long lines auto-inserts the comment
leader if fo=croqjlt, but not with fo=qrjt, which I use in composing
emails. You may need an fo tweak, if it is not being changed by plugins.
(We could test your fo setting if its full state were known. What does
":set fo ?" give?)
formatoptions=croqjlt
(after I made the change you recommended)

But it's_still_  not putting in commend leaders on linewrap.
What about the results of this?

     :verbose set comments?

The string of comma-separated values must include

     ://

or Vim won't recognize // as a comment leader.
:verbose set comments
E519: Option not supported: comments


--
On Beta, we'd have earrings for that. You could buy them in any jewelry store.
http://www.conchord.org/xeno/bdgsig.html

--
--
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

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to