Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001f01c216ed$d7561b80$af7b1f3e@leper> Reply-To: From: To: Cc: , Subject: Re: no syntax highlighting in cygwin / vim Date: Tue, 18 Jun 2002 18:30:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Not dead certain what you mean by syntax highlighting in Cygwin; but does the following help you recover syntax highlighting in vim? It's a standard vim ini file I must have nicked from somewhere, so it addresses issues additional to that of highlighting. The recent installation of vim lacks the default startup file that earlier versions had. So: place in your home directory (/home/felix/ or whatever) a file called .vimrc (note the dot) containing set nocompatible set backspace=indent,eol,start set backup set history=50 set ruler set background=dark set showcmd set incsearch syntax on set hlsearch or, to make it accessible to all users, put these lines in a file called vimrc (no dot) in the /usr/share/vim/ directory. Fergus -- 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/