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 f2c4c39 commit 83a2a80Copy full SHA for 83a2a80
2 files changed
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2118,
763
/**/
764
2117,
765
src/vim.h
@@ -98,11 +98,11 @@
98
# ifndef HAVE_CONFIG_H
99
# define UNIX
100
# endif
101
-# ifndef FEAT_CLIPBOARD
+# if defined(FEAT_SMALL) && !defined(FEAT_CLIPBOARD)
102
# define FEAT_CLIPBOARD
103
-# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
104
-# define FEAT_MOUSE
105
-# endif
+# endif
+# if defined(FEAT_SMALL) && !defined(FEAT_MOUSE)
+# define FEAT_MOUSE
106
107
#endif
108
#if defined(MACOS_X) || defined(MACOS_CLASSIC)
0 commit comments