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 04958cb commit eee3e94Copy full SHA for eee3e94
src/version.c
@@ -71,6 +71,12 @@ init_longVersion(void)
71
# endif
72
#else
73
char *longVersion = VIM_VERSION_LONG;
74
+
75
+ void
76
+init_longVersion(void)
77
+{
78
+ // nothing to do
79
+}
80
#endif
81
82
static void list_features(void);
@@ -783,6 +789,8 @@ static char *(features[]) =
783
789
784
790
static int included_patches[] =
785
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 106,
786
794
/**/
787
795
105,
788
796
0 commit comments