1
0
forked from aniani/vim

updated for version 7.3.933

Problem:    Ruby on Mac crashes due to GC failure.
Solution:   Init the stack from main(). (Hiroshi Shirosaki)
This commit is contained in:
Bram Moolenaar
2013-05-11 13:56:18 +02:00
parent 6800186a03
commit 99685e6a7e
4 changed files with 22 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ void ex_rubydo __ARGS((exarg_T *eap));
void ex_rubyfile __ARGS((exarg_T *eap));
void ruby_buffer_free __ARGS((buf_T *buf));
void ruby_window_free __ARGS((win_T *win));
void vim_ruby_init __ARGS((void *stack_start));
/* vim: set ft=c : */