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 f7edf40 commit 17576a1Copy full SHA for 17576a1
2 files changed
src/ex_cmds.c
@@ -14,6 +14,10 @@
14
#include "vim.h"
15
#include "version.h"
16
17
+#ifdef FEAT_FLOAT
18
+# include <float.h>
19
+#endif
20
+
21
#ifdef FEAT_EX_EXTRA
22
static int linelen __ARGS((int *has_tab));
23
#endif
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1144,
746
/**/
747
1143,
748
0 commit comments