www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/10/16/11:35:34

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
Date: Tue, 16 Oct 2001 17:28:21 +0200
From: Corinna Vinschen <cygwin AT cygwin DOT com>
To: cygwin <cygwin AT cygwin DOT com>
Cc: Scott Brim <swb AT employees DOT org>
Subject: Re: [ANNOUNCEMENT] Updated: vim-6.0.11-1
Message-ID: <20011016172821.E1696@cygbert.vinschen.de>
Mail-Followup-To: cygwin <cygwin AT cygwin DOT com>,
Scott Brim <swb AT employees DOT org>
References: <200110161046 DOT f9GAk2E23844 AT loony DOT cygnus DOT com> <20011016093619 DOT A852 AT SBRIM-W2K> <20011016165412 DOT D1696 AT cygbert DOT vinschen DOT de> <20011016110227 DOT C1696 AT SBRIM-W2K>
Mime-Version: 1.0
User-Agent: Mutt/1.2.5i
In-Reply-To: <20011016110227.C1696@SBRIM-W2K>; from swb@employees.org on Tue, Oct 16, 2001 at 11:02:27AM -0400

--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Oct 16, 2001 at 11:02:27AM -0400, Scott Brim wrote:
> On Tue, Oct 16, 2001 04:54:12PM +0200, Corinna Vinschen allegedly wrote:
> > On Tue, Oct 16, 2001 at 09:36:19AM -0400, Scott Brim wrote:
> > > On Tue, Oct 16, 2001 06:46:02AM -0400, Corinna Vinschen allegedly wrote:
> > > > I've updated the version of VIM in cygwin/latest to 6.0.11-1.
> > > 
> > > Thanks.  I'm still having problems with initialization time.  vim-5.8-9
> > > startup time is barely noticeable, but all of the 6.0 versions take at
> > > least a second.
> > 
> > I don't have that problem.  6.0.11 is nearly as fast on startup as 5.8.9.
> 
> Would you send me your .vimrc?  I'm looking for any clues.

Look for //<letter> paths in $PATH and such stuff.

My .vimrc is attached.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin AT cygwin DOT com
Red Hat, Inc.

--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=".vimrc"
Content-Transfer-Encoding: quoted-printable

behave xterm

set   autowrite
set   autoindent
set   background=3Dlight
set nobackup
set   cmdheight=3D1
set nocompatible
set   backupdir=3D~/tmp,.
set   directory=3D~/tmp,.
set noexpandtab
set   hlsearch
set   ignorecase
set   report=3D2
set   ruler
set   shiftwidth=3D2
set   showmode
set   smartcase
set   tabstop=3D8
set   tags=3D./tags,../tags
set notildeop
set notitle

set t_ti=3D=1B7=1B[r=1B[?47h t_te=3D=1B[?47l=1B8

syntax on

" Mapping der Funktionstasten f=FCr Linux-Terminal, VT-Terminal und WinNT-C=
onsole
map =1B[11~ <F1>
map =1B[12~ <F2>
map =1B[13~ <F3>
map =1B[14~ <F4>
map =1B[15~ <F5>
map =1B[17~ <F6>
map =1B[18~ <F7>
map =1B[19~ <F8>
map =1B[20~ <F9>
map =1B[21~ <F10>
map =1B[23~ <F11>
map =1B[24~ <F12>

" Buffer-Funktionen auf F1-F4
map <F1>   :buffers<CR>
map <F2>   :bp<CR>
map <S-F2> :sbp<CR>
map <F3>   :bn<CR>
map <S-F3> :sbn<CR>
map <F4>   :bd<CR>

" Tag-Suche mit Auswahl bei Nichteindeutigkeit auf '+'
map + g=1D
map =3D g=1D

" Function header immer in Fenstermitte nach [[ und ]]
map [[ [[z.
map ]] ]]z.

if has("gui_running")
  " Nur f=FCr GVIM
  "set   columns=3D90
  set   backupdir=3D~/tmp,.
  set   directory=3D~/tmp,.
  "set   guifont=3DLucida_Console:h9
  set   guioptions=3Dagimrtb
  set   lines=3D50
  "set   makeprg=3Dnmake
  set   mousehide
  "set   shell=3DD:/Programme/vim55/shell.bat
  "set   shellcmdflag=3D-c
  "set   shellquote=3D\"
  "set   tabstop=3D4
  "set nowrap

  highlight Normal guifg=3DBlack guibg=3D#ffffe6 " #d0d0d0 " #ffffe6
  highlight Cursor guibg=3DBlack guifg=3DNONE

  "autocmd GUIEnter * winpos 17 8

endif

" Meine eigenen Farben
if version >=3D 600
  if &background !=3D "dark"
    hi Comment	term=3Dbold cterm=3DNONE ctermfg=3DDarkGreen ctermbg=3DNONE =
gui=3DNONE guifg=3DDarkGreen guibg=3DNONE
    hi Constant	term=3Dunderline cterm=3DNONE ctermfg=3DDarkRed ctermbg=3DN=
ONE gui=3DNONE guifg=3DRed guibg=3DNONE
    hi Special	term=3Dbold cterm=3DNONE ctermfg=3DDarkRed ctermbg=3DNONE gu=
i=3DNONE guifg=3DRed guibg=3DNONE
    hi Identifier	term=3Dunderline cterm=3DNONE ctermfg=3DBlack ctermbg=3DN=
ONE gui=3DNONE guifg=3DBlack guibg=3DNONE
    hi Statement	term=3Dbold cterm=3DNONE ctermfg=3DDarkBlue ctermbg=3DNONE=
 gui=3Dbold guifg=3DBlue guibg=3DNONE
    hi PreProc	term=3Dunderline cterm=3DNONE ctermfg=3DDarkBlue ctermbg=3DN=
ONE gui=3DNONE guifg=3DDarkBlue guibg=3DNONE
    hi Type		term=3Dunderline cterm=3DNONE ctermfg=3DDarkBlue ctermbg=3DNON=
E gui=3Dbold guifg=3DBlue guibg=3DNONE
    hi Ignore	term=3DNONE cterm=3DNONE ctermfg=3Dwhite ctermbg=3DNONE gui=
=3DNONE guifg=3Dbg guibg=3DNONE
  endif
endif


--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii

--
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/
--envbJBWh7q8WU6mo--

- Raw text -


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