mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Missing piece for Mac console clipboard support. (Bjorn Winckler)
This commit is contained in:
@@ -711,6 +711,10 @@ main
|
||||
qnx_clip_init();
|
||||
#endif
|
||||
|
||||
#if defined(MACOS_X) && defined(FEAT_CLIPBOARD)
|
||||
clip_init(TRUE);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_XCLIPBOARD
|
||||
/* Start using the X clipboard, unless the GUI was started. */
|
||||
# ifdef FEAT_GUI
|
||||
|
Reference in New Issue
Block a user