vim - gVim crash when running autocomplete in ruby file on win7 -


i using gvim 7.3 , ruby 1.9.2 on windows7 64bit

after set omni completion func rubycomplete#complete, build-in rubycomplete.vim

whenever call omni complete, vim crash.

the debug message :access violation reading location 0x00000020.

does know might cause problem? or should downgrade ruby 1.8.7 might avoid bug?

the problem because there's bug ruby plugin in vim version 7.3.46, http://www.mail-archive.com/vim_dev@googlegroups.com/msg12221.html

i download latest build(7.3.107) wu yon's website (http://wyw.dcweb.cn/) overwrite executable file in %vim%/vim73, , autocomplete works without crash.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -