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 fa1c7af commit 90fe26eCopy full SHA for 90fe26e
src/eval.c
@@ -16664,7 +16664,7 @@ f_shellescape(argvars, rettv)
16664
*/
16665
static void
16666
f_shiftwidth(argvars, rettv)
16667
- typval_T *argvars;
+ typval_T *argvars UNUSED;
16668
typval_T *rettv;
16669
{
16670
rettv->vval.v_number = get_sw_value();
src/version.c
@@ -725,6 +725,8 @@ static char *(features[]) =
725
726
static int included_patches[] =
727
{ /* Add new patch number below this line */
728
+/**/
729
+ 709,
730
/**/
731
708,
732
0 commit comments