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: <2a0cac5605051711056df2d0f9@mail.gmail.com> Date: Tue, 17 May 2005 12:05:39 -0600 From: Trevor Osatchuk Reply-To: Trevor Osatchuk To: Martin Mrazek , cygwin AT cygwin DOT com Subject: Re: Vim problem In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j4HIB1oX001462 Most likely not a problem with VIM, but more a user configerable option. I just got through setting up vim on cygwin. In your ~/.vimrc file you need to format your ruler. That is the bar at the bottom that shows you which file, which line, which column, etc. that you are on in VIM. This file is in /home/yourname. You can copy an example from /usr/share/vim/vim63/vimrc_example.vim to your home directory. Open it with vim and then do a :help ruf to see how to set up your ruler in .vimrc and then do a help statusline to see what options are available. My line is: ruf=%32(%l\ %c\ %f\ %p%%%) This gives me 32 chars in my status showing line number, column number filename and a percentage of how far into the file my cursor is. Check out the help and pick the options you want. HTH, fybar On 5/17/05, Martin Mrazek wrote: > Hello, > > I'm trying to use VIM editor under cygwin (no X-server running) and > the behavior of VIM is strange. No last line showing " -- INSERT --" > when switched to insert mode, no row/col position indicators, no > syntax highlighting (tried to write perl script).... > > I tryed to use vim 6.2 instead of current 6.3, but the same result... > > What's wrong with the vim? > > Thanks > MM > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/