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
Post a Comment