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.
