xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

vim-easytags crashes vim on ruby file: ImportError: No module named site #79

Closed vicould closed 10 years ago

vicould commented 10 years ago

I'm running latest vim-easytags, and when easytags kicks in to update the tags on a ruby file, even if empty, vim crashes with the following message: ImportError: No module named site

I tried removing the vimtags, reinstalling vim-easytags and vim-misc, and the issue still reproduces. Ruby is the latest 2.0.0-p353 installed through rbenv, and switching to the system one does not fix the issue. Path of edition does not seem to matter, it crashes if I create a file in /tmp.

vicould commented 10 years ago

Reinstalling vim (I was using the homebrew version) fixed the issue, closing.