Maxim Kim schrieb:
> On 13 ноя, 17:17, Andreas Kreienbuehl <[email protected]> wrote:
>> Hi there
>>
>> For my vimrc, what would be the proper syntax for
>>
>> if 'beginning of line = n tabs (n an integer greater or equal to one)'
>>      do 'set showbreak = n tabs worth of white space'
>> endif
>>
> I believe there is a patch that does what you want.
> http://groups.google.com/group/comp.editors/browse_thread/thread/8cbd5e2fc06eb74d

Yes, the feature simply doesn't exist (yet).

IMHO it's even still unclear how to describe it:
    "Correctly indent wrapped lines" (from the above link)
... which I find a bit misleading, or
    "display wrapped lines auto-indented"
which isn't much better, or
    "display wrapped lines aligned to the indent"
    ...

>> By the way, what language is the vimrc written in? Is it C? I'm pretty
>> new to this but want to understand it better.
> It is vimscript.
> 
> Type
> :h eval
> in vim to get some help.

Another link:

    :h vimrc

-> vimrc-intro
-> usr_41.txt  (again ...)

-- 
Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to