Bruno Gonçalves
unread,Oct 2, 2012, 1:28:23 PM10/2/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Em sexta-feira, 28 de setembro de 2012 16h03min30s UTC-3, Bruno Gonçalves escreveu:
> Hello,
>
> I'm trying to make a plugin that uses pygments.rb ruby gem, but when calling " require 'pygments' ", MacVim is killed with the following message
>
> Vim: Caught deadly signal SEGV
> Vim: Finished.
>
> I'm using MacVim - 7.3 with patches: 1-646 and pygments.rb is a wrapper to a python lib.
>
> I don't have any idea on how to resolve this problem. Can anyone help me?
Hi,
I solved this problem by other way. I extracted the ruby portion of the plugin to a ruby file, then calling this ruby file using command line inside the function on the plugin.
Thanks