delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/10/07/12:34:37

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3BC08418.7040504@likai.net>
Date: Sun, 07 Oct 2001 12:34:32 -0400
From: Li-Kai Liu <news AT likai DOT net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913
X-Accept-Language: en-us
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: VIM Colors
References: <F169wRPQIWDO3hRDT6Z00011dfd AT hotmail DOT com> <20011007180313 DOT D2774 AT cygbert DOT vinschen DOT de>

Corinna Vinschen wrote:

>On Sat, Oct 06, 2001 at 05:16:32PM -0700, Karl M wrote:
>
>>Hi All...
>>
>>I have not noticed anything about this in the list...
>>
>>After recent updates (I don't know exactly when) my VIM lost its syntax 
>>colors. (Win2k pro sp2 using standard command shell window for bash)
>>
>>Did I do something wrong (with all the directory rearrangements) or is it 
>>broken at this time?
>>
>
>It's not broken.  There's just no default vimrc file as in the 5.x
>release.  Add `syntax on' to your $HOME/.vimrc file.
>
also there is a bunch of other behavioral changes "without default vimrc 
file" ... including the weird escaping from insert mode and weird 
backspace behavior (it won't delete beyond the insert point). so i added 
the following lines in my $HOME/.vimrc to get back to work as quickly as 
possible.

---- starting my .vimrc ----
set nocompatible
set backspace=indent,eol,start

syntax on
colorscheme elflord
---- end of my .vimrc ----

this will get you something pretty close to what you had before ... you 
could theoretically steal some default vimrc from a linux distribution, 
/usr/share/vim/vim60/macros/vimrc, and put it into your own 
/usr/share/vim/vim60/macros/vimrc, which offers a fuller set of feature 
"defaults" than what i have here.

oh well, hope things work fine for you again.

liulk
----------------------------------------
wondering why you can't find my homepage from any of the search engines?
try http://www.likai.net



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019