We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b38344 commit d1bc96cCopy full SHA for d1bc96c
src/if_ruby.c
@@ -882,7 +882,7 @@ static int ensure_ruby_initialized(void)
882
#ifdef RUBY19_OR_LATER
883
{
884
int dummy_argc = 2;
885
- char *dummy_argv[] = {"vim-ruby", "-e0"};
+ char *dummy_argv[] = {"vim-ruby", "-e_=0"};
886
ruby_options(dummy_argc, dummy_argv);
887
}
888
ruby_script("vim-ruby");
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1155,
766
/**/
767
1154,
768
0 commit comments