Add clipboard support in non-GUI mode

This commit is contained in:
Kent Sibilev
2008-12-11 18:00:57 +01:00
committed by Bjorn Winckler
parent 32561e2742
commit b8d2ad693a
+4
View File
@@ -721,6 +721,10 @@ main
qnx_clip_init();
#endif
#if defined(FEAT_GUI_MACVIM) && defined(FEAT_CLIPBOARD)
clip_init(TRUE);
#endif
#ifdef FEAT_XCLIPBOARD
/* Start using the X clipboard, unless the GUI was started. */
# ifdef FEAT_GUI