On 12/29/08, Dave Wood wrote: > > On (07:04 29/12/08), Dave Wood put forth the proposition: >> >> I have been looking for a way to do this but nothing is coming to light. >> >> Basically I would like to visually word wrap at say 70 characters, but >> *only* visually - I still want to keep unbroken praragraphs in the text. >> Perhaps there is a way to set left/right margins, or to somehow lie to vim >> about the size of the console. This is in vim in linux console, not gvim. > > I have found 'set columns' which seems ok but if anyone has further ideas, > especially on margins, that would be fine too.
I don't know of any better way to do what you want than opening a split window and sizing it to force wrapping where you want it, but note that changing 'columns' can have bad effects if vim can't change the number of columns... for example, inside gnu screen. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
