Re: Inputdialog() broken in Vim7

2006-06-08 Thread Yegappan Lakshmanan
Hi David, On 6/8/06, David Fishburn <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Yegappan Lakshmanan [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 12:16 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: Inputdialog() broken in Vim

RE: Inputdialog() broken in Vim7

2006-06-08 Thread David Fishburn
> -Original Message- > From: Yegappan Lakshmanan [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 12:16 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: Inputdialog() broken in Vim7 > > Hi David, > > On 6/8/06, David Fishburn <[EMAIL

Re: Inputdialog() broken in Vim7

2006-06-08 Thread Yegappan Lakshmanan
Hi David, On 6/8/06, David Fishburn <[EMAIL PROTECTED]> wrote: Vim 7 and 7.1-17 on WinXP SP2 This should affect all Vim platforms, not just Windows. Could someone please confirm this is a bug. If you run this command from a GUI enabled vim: :echo inputdialog('hello:', 10, -1) You get a dial

(add) RE: Inputdialog() broken in Vim7

2006-06-08 Thread Zdenek Sekera
> -Original Message- > From: Zdenek Sekera [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 14:21 > To: David Fishburn; vim@vim.org > Subject: RE: Inputdialog() broken in Vim7 > > > -Original Message- > > From: David Fishburn [mailto:[EMAIL PROTECTED]

RE: Inputdialog() broken in Vim7

2006-06-08 Thread Zdenek Sekera
> -Original Message- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 13:39 > To: vim@vim.org > Subject: Inputdialog() broken in Vim7 > > > Vim 7 and 7.1-17 on WinXP SP2 > > This should affect all Vim platforms, not just Windows. >

Re: Inputdialog() broken in Vim7

2006-06-08 Thread Mathias Michaelis
David > Could someone please confirm this is a bug. > > If you run this command from a GUI enabled vim: > :echo inputdialog('hello:', 10, -1) > > You get a dialog box displayed which says "hello", with a default > value of 10. Pressing OK, returns 10, pressing cancel returns -1. > > If you run

Inputdialog() broken in Vim7

2006-06-08 Thread David Fishburn
Vim 7 and 7.1-17 on WinXP SP2 This should affect all Vim platforms, not just Windows. Could someone please confirm this is a bug. If you run this command from a GUI enabled vim: :echo inputdialog('hello:', 10, -1) You get a dialog box displayed which says "hello", with a default value of 10.