From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 20:20:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB8B116A4CE for ; Tue, 21 Sep 2004 20:20:36 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402BC43D46 for ; Tue, 21 Sep 2004 20:20:36 +0000 (GMT) (envelope-from meb@cinci.rr.com) Received: from [10.0.0.29] (dhcp024-210-244-120.woh.rr.com [24.210.244.120]) i8LKKWna025687; Tue, 21 Sep 2004 16:20:33 -0400 (EDT) Message-ID: <41508C96.7080307@cinci.rr.com> Date: Tue, 21 Sep 2004 16:18:30 -0400 From: Mike B User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <414F8934.4080509@cinci.rr.com> <20040921021141.GA77929@parodius.com> <414FA035.6000503@cinci.rr.com> <20040921035919.GA81408@parodius.com> <414FAB6C.4040504@cinci.rr.com> <20040921043545.GA82495@parodius.com> <41500529.9020004@cinci.rr.com> <20040921112001.GA32372@orion.daedalusnetworks.priv> In-Reply-To: <20040921112001.GA32372@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org Subject: Re: BETA4 Vi backspace behavior X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 20:20:37 -0000 Giorgos Keramidas wrote: >Make sure you're not running vim in `compatible' mode. When this mode >is enabled, then vim behaves like nvi too every time backspace is hit >(i.e. it moves the cursor backwards but doesn't erase the characters >underneath the cursor as it moves). > >- Giorgos > > This led to the solution. Apparently if you do not have a .vimrc vim defaults to compatability mode. 'touch .vimrc' did the trick. Thanks for all the responses. Mike