Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread Gary Johnson
On 2006-05-01, cga2000 [EMAIL PROTECTED] wrote: [...] Now, after doing the above a number of times I began to think there must be a better way to handle this type of situation: 1. When I end up with (4) above, is there a better strategy than using 'J' to join line #2 and line #3 ..

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread cga2000
Thus spake Gary Johnson on Sun, Apr 30, 2006 at 11:18:00PM -0700 or thereabouts: [EMAIL PROTECTED] [2006-05-01 02:38]: On 2006-05-01, cga2000 [EMAIL PROTECTED] wrote: [...] Now, after doing the above a number of times I began to think there must be a better way to handle this type of

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread cga2000
Thus spake Eric Arnold on Mon, May 01, 2006 at 12:19:41AM -0600 or thereabouts: [EMAIL PROTECTED] [2006-05-01 02:38]: Do you have these set? setlocal formatoptions+=bcroqan2t better without w setlocal linebreak Not that I know of. I tried: :set ?formatoptions :set ?formatoptions+

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread Gary Johnson
On 2006-05-01, cga2000 [EMAIL PROTECTED] wrote: btw, is there any way I can direct vim to write the output of a query such as ':set' or ':ve' directly to the buffer? That would come in handy when someone asks me for more info as to how my system is configured. :help redir Example:

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread Eric Arnold
On 5/1/06, cga2000 [EMAIL PROTECTED] wrote: Thus spake Eric Arnold on Mon, May 01, 2006 at 12:19:41AM -0600 or thereabouts: [EMAIL PROTECTED] [2006-05-01 02:38]: Do you have these set? setlocal formatoptions+=bcroqan2t better without w Actually, you should look at the above options,

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread Eric Arnold
On 5/1/06, Gary Johnson [EMAIL PROTECTED] wrote: On 2006-05-01, cga2000 [EMAIL PROTECTED] wrote: btw, is there any way I can direct vim to write the output of a query such as ':set' or ':ve' directly to the buffer? That would come in handy when someone asks me for more info as to how my

Re: Text wrapping / reflowing - two questions.

2006-05-01 Thread Gary Johnson
On 2006-05-01, Eric Arnold [EMAIL PROTECTED] wrote: On 5/1/06, Gary Johnson [EMAIL PROTECTED] wrote: On 2006-05-01, cga2000 [EMAIL PROTECTED] wrote: btw, is there any way I can direct vim to write the output of a query such as ':set' or ':ve' directly to the buffer? That would come in

Text wrapping / reflowing - two questions.

2006-04-30 Thread cga2000
When writing email messages I use the following settings: :set wrap :set textwidth=72 Say, I do the following: 1. I enter insert mode 2. I start to type the following introductory text: I am writing this short email message to ask the friendly and highly competent folks at vim@vim.org