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 d090d7b commit f8b7d89Copy full SHA for f8b7d89
2 files changed
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1312,
752
/**/
753
1311,
754
src/vim.h
@@ -1730,12 +1730,10 @@ typedef struct timeval proftime_T;
1730
typedef int proftime_T; /* dummy for function prototypes */
1731
#endif
1732
1733
-#ifdef FEAT_CHANNEL
1734
-# ifdef WIN64
+#ifdef WIN64
1735
typedef __int64 sock_T;
1736
-# else
+#else
1737
typedef int sock_T;
1738
-# endif
1739
1740
1741
/* Include option.h before structs.h, because the number of window-local and
0 commit comments