On Nov 19, 5:15 am, "Ajay Jain" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I write a C code, I would like to wrap up after say 80 columns. Can
> I do this in Vim? If yes, how? What are the related and useful commands
> to wrap around while coding?
>
> Regs,
> Ajay.
The others have given you an answer, but I personally don't like my
code to auto-wrap (though I love that my comments do so).
Instead, I highlight any text after a certain line length, so that I
know I should probably shorten the line somehow:
http://vim.wikia.com/wiki/Highlight_long_lines
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---