ao olhar para src/feature.h
, você pode ver isso:
#ifdef FEAT_GUI # ifndef FEAT_CLIPBOARD # define FEAT_CLIPBOARD # ifndef FEAT_VISUAL # define FEAT_VISUAL # endif # endif #endif #if defined(FEAT_NORMAL) && defined(FEAT_VISUAL) \ && (defined(UNIX) || defined(VMS)) \ && defined(WANT_X11) && defined(HAVE_X11) # define FEAT_XCLIPBOARD # ifndef FEAT_CLIPBOARD # define FEAT_CLIPBOARD # endif #endif
- com
--with-features=normal
- com
--enable-gui
- com
--with-x
você deve obter seu xterm-clipboard