On 9/5/06, Marius Roets <[EMAIL PROTECTED]> wrote:
On 9/5/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
>
> I have this in my .vimrc:
>
> au BufRead,BufNewFile * let x=expand('%:p:h')."/.lvimrc" | if
> filereadable(x) | exe "source ".x | endif
> let x=expand('%:p:h')."/.lvimrc" | if filereadable(x) | exe "source ".x |
endif
>
> Then I put directory-specififc settings into file .lvimrc in that directory.
>
> Yakov
>
ok, I'll add it
Yakov
