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 'history' option to set the number of lines that are remembered

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] On 4/30/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: In my ${HOME

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 echo 11 history=.history to your .vimrc right after

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 sets set history=20 . Why this is implemented

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 resetting

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 it's set or reset,

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 is a special kind

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' where (among other things) you

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 switch.

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 'nocompatible'

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: :help