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 4c7c622 commit c83901aCopy full SHA for c83901a
src/vim.h
@@ -173,9 +173,11 @@
173
# if defined(FEAT_NORMAL) && !defined(FEAT_CLIPBOARD)
174
# define FEAT_CLIPBOARD
175
# endif
176
-# if defined(FEAT_HUGE) && !defined(FEAT_SOUND) && \
177
- defined(MAC_OS_X_VERSION_MIN_REQUIRED) && \
178
- MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
+// MacVim: Disabling the version check which is too strict. Pending upstream fix.
+//# if defined(FEAT_HUGE) && !defined(FEAT_SOUND) && \
+// defined(MAC_OS_X_VERSION_MIN_REQUIRED) && \
179
+// MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
180
+# if defined(FEAT_HUGE) && !defined(FEAT_SOUND)
181
# define FEAT_SOUND
182
183
# if defined(FEAT_SOUND)
0 commit comments