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 253f912 commit 9e0f6ecCopy full SHA for 9e0f6ec
src/ex_docmd.c
@@ -10890,6 +10890,9 @@ eval_vars(
10890
result = strbuf;
10891
break;
10892
#endif
10893
+ default:
10894
+ result = (char_u *)""; /* avoid gcc warning */
10895
+ break;
10896
}
10897
10898
resultlen = (int)STRLEN(result); /* length of new string */
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 598,
769
/**/
770
597,
771
0 commit comments