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 4d6cd29 commit 0b39464Copy full SHA for 0b39464
3 files changed
src/if_ruby.c
@@ -828,7 +828,7 @@ void ex_rubydo(exarg_T *eap)
828
}
829
830
831
-VALUE rb_load_wrap(VALUE file_to_load)
+static VALUE rb_load_wrap(VALUE file_to_load)
832
{
833
rb_load(file_to_load, 0);
834
return Qnil;
src/mbyte.c
@@ -6506,7 +6506,7 @@ im_set_active(int active_arg)
6506
6507
# ifdef FEAT_GUI
6508
void
6509
-im_set_position(int row, int col)
+im_set_position(int row UNUSED, int col UNUSED)
6510
6511
6512
# endif
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
+ 1849,
766
/**/
767
1848,
768
0 commit comments