This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: comments formatting [Re: [patch] physname regression: Non-matching type false breakpoint]


   > > I agree, this commonly happens, I do not know what is the right
   > > way to do with it.
   > 
   > M-q (c-fill-paragraph)

   What does it do?  I use VIM.

It fills (reformats) a paragraph to fit with-in 70 columns; this:

/* The strchr check is there if any types were specified verify the single found found parameter types really match those specified by user in COPY.  */

becomes

/* The strchr check is there if any types were specified verify the
   single found found parameter types really match those specified by
   user in COPY.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]