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 833eb1d commit 58c3587Copy full SHA for 58c3587
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
+ 98,
769
/**/
770
97,
771
src/vim.h
@@ -2512,7 +2512,7 @@ typedef enum
2512
#else
2513
# if defined(WIN32)
2514
# define ELAPSED_TICKCOUNT
2515
-# define ELAPSED_INIT(v) v = GetTickCount
+# define ELAPSED_INIT(v) v = GetTickCount()
2516
# define ELAPSED_FUNC(v) elapsed(v)
2517
# define ELAPSED_TYPE DWORD
2518
long elapsed(DWORD start_tick);
0 commit comments