mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0030
This commit is contained in:
@@ -87,8 +87,6 @@
|
|||||||
|| defined(FEAT_GUI_MAC) \
|
|| defined(FEAT_GUI_MAC) \
|
||||||
|| defined(FEAT_GUI_W32) \
|
|| defined(FEAT_GUI_W32) \
|
||||||
|| defined(FEAT_GUI_W16) \
|
|| defined(FEAT_GUI_W16) \
|
||||||
|| defined(FEAT_GUI_BEOS) \
|
|
||||||
|| defined(FEAT_GUI_AMIGA) \
|
|
||||||
|| defined(FEAT_GUI_PHOTON) \
|
|| defined(FEAT_GUI_PHOTON) \
|
||||||
|| defined(FEAT_GUI_KDE)
|
|| defined(FEAT_GUI_KDE)
|
||||||
# if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
|
# if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES)
|
||||||
@@ -1588,9 +1586,6 @@ typedef struct VimClipboard
|
|||||||
int_u format; /* Vim's own special clipboard format */
|
int_u format; /* Vim's own special clipboard format */
|
||||||
int_u format_raw; /* Vim's raw text clipboard format */
|
int_u format_raw; /* Vim's raw text clipboard format */
|
||||||
# endif
|
# endif
|
||||||
# ifdef FEAT_GUI_BEOS
|
|
||||||
/* no clipboard at the moment */
|
|
||||||
# endif
|
|
||||||
} VimClipboard;
|
} VimClipboard;
|
||||||
#else
|
#else
|
||||||
typedef int VimClipboard; /* This is required for the prototypes. */
|
typedef int VimClipboard; /* This is required for the prototypes. */
|
||||||
|
Reference in New Issue
Block a user