Hi,

I have C code that I need to clean up
With the = command I can do one or several lines .
But is it possible to do this in one click for the complete file?

In others words
I have

if aaaa
{
if bbbb
{
if cccc
{
...
}
}
}


i want
if aaaa
{
    if bbbbb
    {
        if cccc
        {
            ....
        }
    }
}

Rgds,
Jeri

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

Reply via email to