Sorry for my english Mr Chase :

- when I type "\s" these are the literal characters in the file
- the number of "\s"s varies on specific lines like this example:
\s\s\sFOO1
\s\s\sBAR1
\s\s\sBAR2


\s\s\s\s\sFOO2
\s\s\sBAR1
\s\s\sBAR2

\s\s\s\s\s\s\sFOO3
\s\s\sBAR1
\s\s\sBAR2

- the number of lines of data is not always the same.

Thank you


On Tuesday, June 10, 2014 12:43:26 PM UTC+2, Tim Chase wrote:
> On 2014-06-10 00:40, Ni Va wrote:
> 
> > \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
> 
> 
> 
> The answers to the following questions would help:
> 
> 
> 
> - when you type "\s" are those the literal characters in the file, or
> 
>   are you using that as shorthand for "space" or "a space or a tab"?
> 
> 
> 
> - if the number of "\s"s (as defined by answering the previous
> 
>   question) varies per line, should the indentation of the block that
> 
>   follows correspond to the number of "\s"s?
> 
> 
> 
> - is the number of lines of data always three? (BAR1, BAR2,
> 
>   END_OF_BLOCK) or does that vary too?
> 
> 
> 
> With those answers, it should be possible to craft an automated
> 
> solutions.
> 
> 
> 
> -tim

-- 
-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to