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.
2 parents 96539b3 + 17576a1 commit 862f54dCopy full SHA for 862f54d
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
@@ -756,6 +756,8 @@ static char *(features[]) =
756
757
static int included_patches[] =
758
{ /* Add new patch number below this line */
759
+/**/
760
+ 1144,
761
/**/
762
1143,
763
0 commit comments