From: "Yakov Lerner" <[EMAIL PROTECTED]>
Subject: Re: History and "set history=xx"
Date: Sun, 30 Apr 2006 14:14:11 +0300
> On 4/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
> > in the help there is mentioned:
> >
> > Use the 'history' option to set the number of lines that are remembered
> > (default: 20).
> >
> > In my ${HOME}/.vimrc I
> >
> > set history=100
> >
> > after restarting vim I did
> >
> > :set history<CR>
> >
> > output is
> >
> > 20
> >
>
> Try this:
> :verb set history?
>
> Will tell you which script last changed the setting.
>
> Yakov
>
Tells me, that ~/.vimrc did it.
I did a
:/history
in that file and found
set history=100
When I did a
:set history
it reports
20
Am I lost ?
mcc