We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a6199 commit 0379d01Copy full SHA for 0379d01
2 files changed
src/term.c
@@ -1880,14 +1880,6 @@ set_termname(term)
1880
1881
p = (char_u *)"";
1882
# ifdef FEAT_MOUSE_XTERM
1883
-# ifdef FEAT_CLIPBOARD
1884
-# ifdef FEAT_GUI
1885
- if (!gui.in_use)
1886
-# endif
1887
-# ifndef FEAT_CYGWIN_WIN32_CLIPBOARD
1888
- clip_init(FALSE);
1889
1890
1891
if (use_xterm_like_mouse(term))
1892
{
1893
if (use_xterm_mouse())
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 959,
746
/**/
747
958,
748
0 commit comments