Re: History and "set history=xx"

2006-04-30 Thread Gerald Lai
On Sun, 30 Apr 2006, Yakov Lerner wrote: On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: On Sun, 30 Apr 2006, Yakov Lerner wrote: > On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: >> On Sun, 30 Apr 2006, Yakov Lerner wrote: >> >> > On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: >> >

Re: History and "set history=xx"

2006-04-30 Thread Benji Fisher
On Sun, Apr 30, 2006 at 07:03:03PM +0200, Bram Moolenaar wrote: > > Benji Fisher wrote: > > There is a remark about this right at ":help 'history'". Yes. > > Bram: > > > > Would it be possible for vim to add a note, something like > > > > Last set from ~/.vimrc along with 'nocom

Re: History and "set history=xx"

2006-04-30 Thread Gary Johnson
On 2006-04-30, Yakov Lerner <[EMAIL PROTECTED]> wrote: > On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: > > The 'compatible' option is one that clobbers settings, but for a good > > reason. It determines whether Vim should work like Vi, or take on the > > modern Vim capabilities. It's a big swi

Re: History and "set history=xx"

2006-04-30 Thread Yakov Lerner
On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: On Sun, 30 Apr 2006, Yakov Lerner wrote: > On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: >> On Sun, 30 Apr 2006, Yakov Lerner wrote: >> >> > On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: >> >> > :help 'compatible' >> >> > >> >> > wher

Re: History and "set history=xx"

2006-04-30 Thread Gerald Lai
On Sun, 30 Apr 2006, Yakov Lerner wrote: On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: On Sun, 30 Apr 2006, Yakov Lerner wrote: > On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: >> > :help 'compatible' >> > >> > where (among other things) you can find the warning >> > >> > This

Re: History and "set history=xx"

2006-04-30 Thread Yakov Lerner
On 4/30/06, Gerald Lai <[EMAIL PROTECTED]> wrote: On Sun, 30 Apr 2006, Yakov Lerner wrote: > On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: >> > :help 'compatible' >> > >> > where (among other things) you can find the warning >> > >> > This is a special kind of option, because when

Re: History and "set history=xx"

2006-04-30 Thread Gerald Lai
On Sun, 30 Apr 2006, Yakov Lerner wrote: On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > :help 'compatible' > > where (among other things) you can find the warning > > This is a special kind of option, because when it's set or reset, > other options are also changed as a sid

Re: History and "set history=xx"

2006-04-30 Thread Yakov Lerner
On 4/30/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > :help 'compatible' > > where (among other things) you can find the warning > > This is a special kind of option, because when it's set or reset, > other options are also changed as a side effect. CAREFUL: Setting or > rese

Re: History and "set history=xx"

2006-04-30 Thread Bram Moolenaar
Benji Fisher wrote: > On Sun, Apr 30, 2006 at 05:38:34PM +0200, Meino Christian Cramer wrote: > > result: > > > > set nocompatible > > > > sets > > > > set history=20 > > > > . > > > > Why this is implemented that way and why one has to debug step > > through his .vimrc to find out

Re: History and "set history=xx"

2006-04-30 Thread Meino Christian Cramer
From: Benji Fisher <[EMAIL PROTECTED]> Subject: Re: History and "set history=xx" Date: Sun, 30 Apr 2006 12:02:11 -0400 > On Sun, Apr 30, 2006 at 05:38:34PM +0200, Meino Christian Cramer wrote: > > result: > > > > set nocompatible >

Re: History and "set history=xx"

2006-04-30 Thread Benji Fisher
On Sun, Apr 30, 2006 at 05:38:34PM +0200, Meino Christian Cramer wrote: > result: > > set nocompatible > > sets > > set history=20 > > . > > Why this is implemented that way and why one has to debug step > through his .vimrc to find out isn't obvious to me. And I fear, > I am not the

Re: History and "set history=xx"

2006-04-30 Thread Meino Christian Cramer
From: Benji Fisher <[EMAIL PROTECTED]> Subject: Re: History and "set history=xx" Date: Sun, 30 Apr 2006 09:04:28 -0400 > On Sun, Apr 30, 2006 at 02:16:23PM +0200, Meino Christian Cramer wrote: > > From: "Yakov Lerner" <[EMAIL PROTECTED]> > > Subject:

Re: History and "set history=xx"

2006-04-30 Thread Benji Fisher
On Sun, Apr 30, 2006 at 02:16:23PM +0200, Meino Christian Cramer wrote: > From: "Yakov Lerner" <[EMAIL PROTECTED]> > Subject: Re: History and "set history=xx" > Date: Sun, 30 Apr 2006 14:41:58 +0300 > > > How about this. > > (1) Add this > &

Re: History and "set history=xx"

2006-04-30 Thread Meino Christian Cramer
From: "Yakov Lerner" <[EMAIL PROTECTED]> Subject: Re: History and "set history=xx" Date: Sun, 30 Apr 2006 14:41:58 +0300 > On 4/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > > From: "Yakov Lerner" <[EMAIL PROTECTED]> > >

Re: History and "set history=xx"

2006-04-30 Thread Yakov Lerner
On 4/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: From: "Yakov Lerner" <[EMAIL PROTECTED]> > On 4/30/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote: > > In my ${HOME}/.vimrc I > > set history=100 > > after restarting vim I did > >:set history > > output is > > 2

Re: History and "set history=xx"

2006-04-30 Thread Meino Christian Cramer
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

Re: History and "set history=xx"

2006-04-30 Thread Yakov Lerner
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 output is 2

History and "set history=xx"

2006-04-30 Thread Meino Christian Cramer
Hi, 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 output is 20 How can I set the numbers of lines to be remembered by