Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: michael-ring AT t-online DOT de (Michael Ring) To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Cygnus + VIM Date: Wed, 05 Jul 2000 19:54:23 +0200 Message-ID: References: <3962FA0F DOT 2C2032B8 AT rocketmail DOT com> <39636023 DOT F260FEEF AT rocketmail DOT com> In-Reply-To: <39636023.F260FEEF@rocketmail.com> X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 320032306730-0001 AT t-dialin DOT net Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA14556 On Wed, 05 Jul 2000 21:49:47 +0530, you wrote: >One more problem! > >In Win32-VIM, pressing 'K' in normal mode would bring up help text for the word >under cusor. In Cygwin-VIM it is invoking man.exe. Later I realized that somehow >the >variable 'keywordprg' is set to 'man', whereas in Win32-VIM it was not set. > >How do I change the Cygwin-VIM behaviour? > >Thanks. >-- The question is, which behaviour do you want ? simply do: set kp=man or set kp=somethingelse\ with\ spaces to make vim invoke another program that is capable of providing help. The text under the cursor is added as the first parameter to the command. If you press a number key before K the number is also added as an parameter. Or do you mean how to get the split-screen that shows up when vim shows it's own help? For this I have no idea. Michael -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com