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 4ab9d9e commit e86ee87Copy full SHA for e86ee87
2 files changed
src/os_macosx.m
@@ -14,7 +14,6 @@
14
/* Avoid a conflict for the definition of Boolean between Mac header files and
15
* X11 header files. */
16
#define NO_X11_INCLUDES
17
-#define BalloonEval int /* used in header files */
18
19
#include "vim.h"
20
#import <AppKit/AppKit.h>
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1315,
776
/**/
777
1314,
778
0 commit comments