gu-fan / colorv.vim

edit color easy
http://www.vim.org/scripts/script.php?script_id=3597
135 stars 12 forks source link

call s:py_core_load() evan though no python environment #9

Closed wedgwood closed 12 years ago

wedgwood commented 12 years ago

Hi Rykka,

I found some problem when starting vim with the environment without python. It blame that error throws when function colorv#init..47_py_core_load.

I found some clue in the script autload/colorv.vim

line3492:

call s:py_core_load()

It runs whenever g:ColorV_has_python is set.

I guess there is something mistake here.

gu-fan commented 12 years ago

fixed. plz feedback if something goes wrong. cause I seperate the python files from vim script.