Opened 13 years ago
Closed 13 years ago
#32629 closed defect (wontfix)
No support for python in vim from macports
Reported by: | pengyu.ut@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | vim |
Description
Macports vim has no support of python. Could anybody add python support to vim?
~/.vim/ftplugin$ vim --version|grep python +path_extra -perl +persistent_undo +postscript +printer -profile -python -python3 +quickfix +reltime -rightleft -ruby +scrollbind +signs +smartindent ~/.vim/ftplugin$ which vim /opt/local/bin/vim
Change History (3)
comment:1 Changed 13 years ago by larryv (Lawrence Velázquez)
comment:2 Changed 13 years ago by neverpanic (Clemens Lang)
Owner: | changed from macports-tickets@… to raimue@… |
---|---|
Port: | vim added |
comment:3 Changed 13 years ago by raimue (Rainer Müller)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
As stated above, python support is already available as a variant.
For example:
sudo port install vim +python27
Note: See
TracTickets for help on using
tickets.
You'll have to reinstall vim using one of the Python variants. Run
port variants vim
to see what's available.