Hi vim-dev folks,

There appears to be an instability in the ruby interface when making
any ruby declaration in an ftplugin file. The following steps result
in a SysStackError returned from the interpreter.

- no custom .vimrc
- ~/.vim/ftplugin/myft.vim minimally contains either
ruby << EOF
EOF

or even just

ruby $x=1

- edit a new file and :set filetype=myft
- repeatedly execute a ruby statement from the vim command line
:ruby puts "Hellooooo"

The 7th execution produces the stack error and then every 84th
execution following.

John

Reply via email to