View Single Post
  #1   (View Single Post)  
Old 22nd March 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default [Solved] VIM without Python feature ?

Because i want to use slimv to connect to swank server. So Vim must be compiled with Python feature.

Code:
#cd /usr/ports/editors/vim

#cat Makefile | grep FLAVORS
FLAVORS= huge gtk2 athena motif no_x11 perl python ruby

#make install clean
But the compied VIM still is without Python feature.

Sincerely!
Reply With Quote