I'm trying to build VIM with Python/Perl support under Cygwin.

Has anyone done this and can shed some light how this is achieved?

link|improve this question
1  
why do you need the cygwin-version of vim? the native win32-version is built with python support ... – akira Jan 26 at 20:03
feedback

1 Answer

I am not sure what you mean. If i remember correctly vim is already provided as a binary for cygwin. http://cs.nyu.edu/~yap/prog/cygwin/FAQs.html#gvim

If you would just like to have python support in vim you might want to have a vim plugin installed.

Check out http://www.vim.org/scripts for plugins.

Here is for example python code completion i use: http://www.vim.org/scripts/script.php?script_id=850

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.