mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Add clipboard support in non-GUI mode
This commit is contained in:
committed by
Bjorn Winckler
parent
32561e2742
commit
b8d2ad693a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user