Re: comment out block for perl program

2006-06-08 Thread Matthias Pitzl
Hi! You can also use a little perl "feature": =co her stands the code to comment out =back Using POD syntax you can also easily comment out huge blocks of code. Important is that before and after a POD command there is a blank line. Greetings, Matthias Ken Perl wrote: > hi, how to comment ou

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 Vim7 > > Hi David, > > On 6/8

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 PROTECTED]> wrote: > > > > Vim 7 a

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

Re: Bug with gU and German sharp s?

2006-06-08 Thread Gerhard Siegesmund
> In Windows XP with a console vim-7.0.017 in a cmd window I can > confirm this. It happens also with iStraßen0gU$. Confirm for Linux Debian unstable VIM - Vi IMproved 7.0 (2006 May 7, compiled May 31 2006 17:44:47) Included patches: 1-17 Greetings -- cu --== Jerri ==-- Homepage: http://www.

(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] > > Sent: 08 June 2006 13:39 >

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. > > Could someone please confirm th

Re: Bug with gU and German sharp s?

2006-06-08 Thread Mathias Michaelis
Hi Jürgen > can anybody confirm this misbehaviour in VIM 7.0: > > Starting > > gvim -u NONE -U NONE > > and typing > > iStraßen0gUe > > results in > > STRASSEn > In Windows XP with a console vim-7.0.017 in a cmd window I can confirm this. It happens also with iStraßen0gU$. Best regard

Bug with gU and German sharp s?

2006-06-08 Thread Jürgen Krämer
Hi, can anybody confirm this misbehaviour in VIM 7.0: Starting gvim -u NONE -U NONE and typing iStraßen0gUe results in STRASSEn (note the lower case 'n'). The same is true for iStraßen0veU It seems that after converting the sharp s to 'SS' VIM does not account for the now longer

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.

Re: Updated PHP syntax file

2006-06-08 Thread Mikolaj Machowski
Dnia czwartek, 8 czerwca 2006 03:38, Peter Hodge napisał: > the file on my own web server. Stefano mentioned I should email the > updated file to Bram, should I also add it to vim.org/scripts/ as a > syntax script? (So that I can include a URL in the file for people to > find updates.) Both. m.

Re: Vim 7 Problems

2006-06-08 Thread A.J.Mechelynck
Ankur Jain wrote: Hi 1. For the backup creation problem, I did :verbose set backup? writebackup? as suggested. It showed that it was last read by source $VIMRUNTIME/vimrc_example.vim In that file, it set "set backup", so I was facing the problem. I changed that and the issue was resolved. 2.

Re: Vim 7 Problems

2006-06-08 Thread Ankur Jain
Hi 1. For the backup creation problem, I did :verbose set backup? writebackup? as suggested. It showed that it was last read by source $VIMRUNTIME/vimrc_example.vim In that file, it set "set backup", so I was facing the problem. I changed that and the issue was resolved. 2. For the omni-comple