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 9992237 commit 44ca54aCopy full SHA for 44ca54a
src/message.c
@@ -12,6 +12,7 @@
12
*/
13
14
#define MESSAGE_FILE /* don't include prototype for smsg() */
15
+#define USING_FLOAT_STUFF
16
17
#include "vim.h"
18
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2267,
768
/**/
769
2266,
770
0 commit comments