Re: inquiry regarding vim patch to support python3 interface

2009-09-23 Fir de Conversatie Bram Moolenaar
Roland Puntaier wrote: I hope you can add this to the trunk: I supports now both python 3.x and python 2.x. Wow, this is a big patch. Thanks for all your work. We do need to find any problems. I won't add it until after testing. To have both python 3.x and python 2.x support there is

Re: inquiry regarding vim patch to support python3 interface

2009-09-23 Fir de Conversatie Roland Puntaier
Hi Bram, In the source code changes I notice you now define FEAT_PYTHON3, but there is no FEAT_PYTHON2. I would think we need both, since we can have Vim with: - only Python 2 (current situation) - only Python 3 (future) - both Python 2 and 3 FEAT_PYTHON corresponds to

Re: inquiry regarding vim patch to support python3 interface

2009-09-23 Fir de Conversatie Bram Moolenaar
Roland Puntaier wrote: In the source code changes I notice you now define FEAT_PYTHON3, but there is no FEAT_PYTHON2. I would think we need both, since we can have Vim with: - only Python 2 (current situation) - only Python 3 (future) - both Python 2 and 3 FEAT_PYTHON

Re: inquiry regarding vim patch to support python3 interface

2009-09-23 Fir de Conversatie Roland Puntaier
b...@moolenaar.net schrieb am 23.09.2009 16:33:27: Roland Puntaier wrote: In the source code changes I notice you now define FEAT_PYTHON3, but there is no FEAT_PYTHON2. I would think we need both, since we can have Vim with: - only Python 2 (current situation) - only

Vim on Cygwin removes write permission when writing file not owned by current user on Samba share

2009-09-23 Fir de Conversatie Nikolai Weibull
With set backupcopy=auto Vim on Cygwin 1.7 removes write permission when writing a file not owned by the current user on a Samba share. I realize that this can be a Cygwin (1.7) problem, so I’m mainly asking whether anyone else has stumbled upon this problem. The Samba share has ACL support

Re: Vim on Cygwin removes write permission when writing file not owned by current user on Samba share

2009-09-23 Fir de Conversatie Matt Wozniski
On Wed, Sep 23, 2009 at 11:02 AM, Nikolai Weibull wrote: With set backupcopy=auto Vim on Cygwin 1.7 removes write permission when writing a file not owned by the current user on a Samba share.  I realize that this can be a Cygwin (1.7) problem, so I’m mainly asking whether anyone else

Re: Vim on Cygwin removes write permission when writing file not owned by current user on Samba share

2009-09-23 Fir de Conversatie Nikolai Weibull
On Wed, Sep 23, 2009 at 17:32, Matt Wozniski m...@drexel.edu wrote: On Wed, Sep 23, 2009 at 11:02 AM, Nikolai Weibull wrote: Vim on Cygwin 1.7 removes write permission when writing a file not owned by the current user on a Samba share.  I realize that this can be a Cygwin (1.7) problem, so