On Thu, 2013-05-09 at 13:20 +0200, Christian Brabandt wrote: > Hi Ron! > > On Mi, 08 Mai 2013, Ron Aaron wrote: > > > > 2. add integration with Python instead of inventing more Vim script > > > > I hope this doesn't mean Python will be *required*. That would be a > > badness. > > Pretty sure not. I think the python interpreter will always be optional. > > regards, > Christian
I'm not a VIM developer but there are many components to VIM that are only built if configure detects them (and they aren't specifically turned off by a switch), certainly any python bindings would be done the same way. Pretty standard for FOSS in general that has python bindings to make those bindings optional. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
