Hi all.
It seems that breaks in if_ruby(or buffer.c ?)
# vim
:help
:ruby p VIM::Buffer[1] <= crash
I found weird behavior in buffer.c
when type :help, it goes under the code in buffer.c 1696:
#ifdef FEAT_SYN_HL
hash_init(&(buf->b_s.b_keywtab)); // A
hash_init(&(buf->b_s.b_keywtab_ic)); // B
#endif
When pass to A, buf->b_python_ref become 0x0f from 0x00.
I don't use python in this case. Maybe something is the matter with
allocate/copying memory...
Thanks.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php