* Ben Fritz <fritzophre...@gmail.com> [110815 08:41]:
> On Aug 14, 11:42 am, Tim Johnson <t...@johnsons-web.com> wrote:
> > I'd like to find a way to align one or more lines with the same
> > indentation as (say) the previous line:
> > Example :
> >     """Main entry point for this module.
> > Process all.
> > Delete all."""
> > To
> >     """Main entry point for this module.
> >     Process all.
> >     Delete all."""
> > I'm looking at a 'Quick reference Card' 
> > athttp://tnerual.eriogerg.free.fr/vimqrc.htmland
> > under
> > 'Advanced insertion'
> > are some clues, but <blush> I am unable to decipher them.
> > thanks
> 
> What about:
> 
> :set autoindent
> (visually select area including lines you wish to indent, NOT the line
> whose indent you wish to match)
  `autoindent' has always been set on my configuration. I think Tim
  Chase gave a good tip for 'non-tab' indenting
  thanks Ben
-- 
Tim 
tim at johnsons-web dot com or akwebsoft dot com
http://www.akwebsoft.com

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