FS#28861 - [vim] vim appears to be without python support
Attached to Project:
Arch Linux
Opened by Nikita Malyavin (foobarrior) - Sunday, 11 March 2012, 07:23 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 11 March 2012, 14:36 GMT
Opened by Nikita Malyavin (foobarrior) - Sunday, 11 March 2012, 07:23 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 11 March 2012, 14:36 GMT
|
Details
Description:
It seems vim comes up in repository with neither +python nor +pyton3 flags compiled Additional info: * vim package version: 7.3.434-1 * arch: x86-64 Steps to reproduce: vim --version | grep python |
This task depends upon
Closed by Dave Reisner (falconindy)
Sunday, 11 March 2012, 14:36 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
Sunday, 11 March 2012, 14:36 GMT
Reason for closing: Not a bug
Additional comments about closing: See comments
vim is configured with '--disable-pythoninterp --disable-python3inter' while gvim is configured with '--enable-pythoninterp --disable-python3interp'. If you need python3 support, use ABS to build your own vim/gvim package.
FS#13240[vim] should have language interpeters as optdependsFS#16177[vim] python supportFS#16840[vim] must depend on perl strictlyFS#23683VIM is Compiled Without the Python Interpreter