Patch 8.1.2102

9 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 29, 2019, 2:54:50 PM9/29/19
to vim...@googlegroups.com

Patch 8.1.2102
Problem: Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck)
Solution: Adjust the #ifdef. (Yegappan Lakshmanan)
Files: src/session.c


*** ../vim-8.1.2101/src/session.c 2019-09-29 19:02:41.848645722 +0200
--- src/session.c 2019-09-29 20:52:14.554456551 +0200
***************
*** 985,991 ****
}
}

! # if defined(USE_GNOME_SESSION) \
|| (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
|| defined(PROTO)
/*
--- 985,991 ----
}
}

! # if defined(FEAT_GUI_GNOME) \
|| (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
|| defined(PROTO)
/*
*** ../vim-8.1.2101/src/version.c 2019-09-29 19:02:41.848645722 +0200
--- src/version.c 2019-09-29 20:52:54.778241704 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 2102,
/**/

--
ARTHUR: Shut up! Will you shut up!
DENNIS: Ah, now we see the violence inherent in the system.
ARTHUR: Shut up!
DENNIS: Oh! Come and see the violence inherent in the system!
HELP! HELP! I'm being repressed!
The Quest for the Holy Grail (Monty Python)

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages