I guess the title is pretty much self-explanatory.
But I'll give an example of what I want. Assume I have this line:

a.anything {color:#eee;display:block;width:300px;}

So, I want to split this above line into this:

a.anything {
  color:#eee;
  display:block;
  width:300px;

}

So, what is the best way of doing that?
Using regexp + substitution?
Or is there a simpler way to do it?

All the best,
Leandro.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to