macvim

How to get my Vim and MacVim to find python3?

How to get my Vim and MacVim to find python3? Question: When I use a plugin that requires python, it can’t find it and barfs. The places that seem to being searched are: Using -version I see both: +python/dyn +python3/dyn However :echo has("python3") returns 0. I’m not sure if this is compile time config, or …

Total answers: 2

Recompile MacPort's version of MacVim with Python, Ruby & Perl

Recompile MacPort's version of MacVim with Python, Ruby & Perl Question: Linux guy making the switch to Mac (10.8). Because I’m lazy… I used MacPorts to install MacVim. It seemed to install without error. I just need python, ruby and perl support in mvim. $ /opt/local/bin/mvim –version | egrep ‘patches|python|ruby|perl’ Included patches: 1-244, 246-646 +multi_lang …

Total answers: 2

Errors editing python with Vim

Errors editing python with Vim Question: When I edit a python file in Vim (using MacVim), and I press o to insert a new line, Vim throws the following errors: Error detected while processing function <SNR>20_CheckAlign..GetPythonIndent: line 30: E121: Undefined variable: dummy Press ENTER or type command to continue Error detected while processing function <SNR>20_CheckAlign..GetPythonIndent: …

Total answers: 4