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 81a4cf4 commit 33e3346Copy full SHA for 33e3346
1 file changed
src/version.c
@@ -9,10 +9,6 @@
9
10
#include "vim.h"
11
12
-#ifdef AMIGA
13
-# include <time.h> // for time()
14
-#endif
15
-
16
/*
17
* Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
18
* It has been changed beyond recognition since then.
@@ -754,6 +750,8 @@ static char *(features[]) =
754
750
755
751
static int included_patches[] =
756
752
{ /* Add new patch number below this line */
753
+/**/
+ 1646,
757
/**/
758
1645,
759
0 commit comments