Re: [Python-Dev] python2 and python3 and vim

2013-11-03 Thread Barry Warsaw
On Nov 04, 2013, at 08:04 AM, Nick Coghlan wrote: >Since making it work would be a lot of work for minimal benefit, the most >that could realistically be done is to make it fail a little more >gracefully (I believe that would need to be done on the Vim side of things, >though). Right. I can't re

Re: [Python-Dev] python2 and python3 and vim

2013-11-03 Thread Nick Coghlan
On 4 Nov 2013 03:00, "R. David Murray" wrote: > > I came across this in the VIM documentation: > > Vim can be built in four ways (:version output): > 1. No Python support(-python, -python3) > 2. Python 2 support only(+python or +python/dyn, -python3) > 3. Python 3 suppo

Re: [Python-Dev] python2 and python3 and vim

2013-11-03 Thread Gregory P. Smith
On Sun, Nov 3, 2013 at 8:59 AM, R. David Murray wrote: > I came across this in the VIM documentation: > > Vim can be built in four ways (:version output): > 1. No Python support(-python, -python3) > 2. Python 2 support only(+python or +python/dyn, -python3) > 3. Python