On Nov 15, 8:31 pm, Bram Moolenaar <[email protected]> wrote: > Yasuhiro Matsumoto wrote: > > I ask a question 'Why need this line?' to the author of the line. > > > rb_const_remove(rb_cObject, rb_intern_const("TMP_RUBY_PREFIX")); > > https://github.com/ruby/ruby/commit/1dcf1174ea2a803e6905a04760121fe14... > > > He answer: > > It shouldn't be shown at the script level because TMP_RUBY_PREFIX is > > used in internal mechanism. > > Ehm, I'm confused. > Do we need this rcb_const_remove() line in the C code or not?
We need to add rb_const_remove(). Vim shouldn't show TMP_RUBY_PREFIX to vimscript. Thanks. > > -- > Dogs must have a permit signed by the mayor in order to congregate in groups > of three or more on private property. > [real standing law in Oklahoma, United States of America] > > /// Bram Moolenaar -- [email protected] --http://www.Moolenaar.net \\\ > /// sponsor Vim, vote for features --http://www.Vim.org/sponsor/\\\ > \\\ an exciting new programming language --http://www.Zimbu.org /// > \\\ help me help AIDS victims --http://ICCF-Holland.org /// -- 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
