On Fri, May 1, 2009 at 2:16 AM, Y. Hida wrote: > > On 2009-05-01, StarWing wrote: >> On 5月1日, 上午4时36分, "Y. Hida" wrote: >>> Hi, >>> >>> I have a question regarding auto-indenting. Suppose I have a line >>> whose indent is a mix of tabs and spaces, like following: >>> >>> ____....blah blah >>> >>> where ____ is a tab and . is a space. When I insert a new line after >>> this vim either inserts only tabs >> >> see :h 'ci', you will find the answer:-) > > Thanks! I didn't know about copyindent option. In retrospect, I should > haved grepped the vim help files before asking.
:help 'preserveindent' might also be useful to you. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
