Errors detected when loading a vim plugin from .vimrc

Posted by Tejinder on Stack Overflow See other posts from Stack Overflow or by Tejinder
Published on 2011-01-01T17:34:16Z Indexed on 2011/01/01 17:54 UTC
Read the original article Hit count: 370

Filed under:
|
|
|
|

I have installed vim 7.3 on debian system along with some vimrc i have downloaded from internet. It used to work fine on my other debian machine but here i get these error messages while i load the vim editor.

Here are the errors:

Error detected while processing /home/tejinder/.vim/plugin/gundo.vim:
line  196:
E319: Sorry, the command is not available in this version: python << ENDPYTHON
line  197:
E492: Not an editor command: def asciiedges(seen, rev, parents):
line  199:
E121: Undefined variable: rev
E15: Invalid expression: rev not in seen:
line  221:
E133: :return not inside a function
line  231:
E133: :return not inside a function
line  233:
E133: :return not inside a function
line  235:
E133: :return not inside a function
line  238:
E690: Missing "in" after :for
line  347:
E690: Missing "in" after :for
line  356:
E690: Missing "in" after :for
line  453:
E690: Missing "in" after :for
line  464:
E690: Missing "in" after :for
line  469:
E133: :return not inside a function
line  795:
E170: Missing :endfor
Press ENTER or type command to continue

If anyone could figure out thats going on, please guide me. Thanks a lot.

Here is vimrc source: https://github.com/mitsuhiko/dotfiles/tree/master/vim

© Stack Overflow or respective owner

Related posts about python

Related posts about vim