Tuesday, June 10, 2014

Re: indent versus previous line

On Tuesday, June 10, 2014 12:11:10 PM UTC+2, elken wrote:
> Put j3>>3j in a buffer
>
> On 10 Jun 2014 08:40, "Ni Va" <niva...@gmail.com> wrote:
>
> Hi,
>
>
>
>
>
> I got a file that contains those lines :
>
>
>
>
>
> \s\s\s\s\sFOO
>
> BAR1
>
> BAR2
>
> END_OF_BLOCK
>
> \s\s\s\s\sFOO2
>
> BAR1
>
> BAR2
>
> END_OF_BLOCK
>
> \s\s\s\s\sFOO3
>
> BAR1
>
> BAR2
>
> END_OF_BLOCK
>
>
>
>
>
> I would like to indent all sublines of each BLOCK to be like that :
>
>
>
> \s\s\s\s\sFOO
>
>              BAR1
>
>              BAR2
>
>              END_OF_BLOCK
>
> \s\s\s\s\sFOO2
>
>              BAR1
>
>              BAR2
>
>              END_OF_BLOCK
>
> \s\s\s\s\sFOO3
>
>              BAR1
>
>              BAR2
>
>              END_OF_BLOCK
>
>
>
>
>
>
>
> My file contains 500000 lines so it has to be done automatically
>
>
>
> --
>
> --
>
> 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
>
>
>
> ---
>
> You received this message because you are subscribed to the Google Groups "vim_use" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

???? don't understand the goal. tested without success

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: