Skip to content

Commit bfe28d4

Browse files
committed
Fix build issues with upstream ifdef for macOS clipboard
Fix incorrect ifdef from upstream Vim as part of gui_mac.c removal.
1 parent 050dae0 commit bfe28d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/os_macosx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* gui_mac.c are used then. TODO: remove those instead?
3434
* But for MacVim we do need these ones.
3535
*/
36-
#if defined(FEAT_CLIPBOARD) && (!defined(FEAT_GUI_ENABLED))
36+
#if defined(FEAT_CLIPBOARD)
3737

3838
/* Used to identify clipboard data copied from Vim. */
3939

0 commit comments

Comments
 (0)