I'm trying to install vim via MacPorts. I found this port at http://trac.macports.org/browser/trunk/dports/editors/vim/Portfile.
There are variants like tiny, small and huge. Is there any way to tell
which variant installs what features?
|
I'm trying to install There are variants like |
|||
|
|
|
|||||||
|
|
Marcelo Cantos seems to have posted a nice link, but it's broken now. Not sure if the contents are the same, but I found this link helpful: http://www.drchip.org/astronaut/vim/vimfeat.html Vim has several switches for features to include at compile time. The tiny, small, big and huge ones are actually pseudo switches that turn on collections of these features. The "tiny" switch basically gives you the bare minimum while huge gives you everything, modulo some X capabilities, etc. Taken directly from that site:
|
|||||
|