Patch 8.1.1532 (after 8.1.1531)
Problem: Build fails.
Solution: Add missing changes.
Files: src/vim.h
*** ../vim-8.1.1531/src/vim.h 2019-06-14 14:39:44.553975948 +0200
--- src/vim.h 2019-06-14 23:14:26.532278303 +0200
***************
*** 2006,2012 ****
# endif
/* Info about selected text */
! typedef struct VimClipboard
{
int available; /* Is clipboard available? */
int owned; /* Flag: do we own the selection? */
--- 2006,2012 ----
# endif
/* Info about selected text */
! typedef struct
{
int available; /* Is clipboard available? */
int owned; /* Flag: do we own the selection? */
***************
*** 2037,2045 ****
int_u format; /* Vim's own special clipboard format */
int_u format_raw; /* Vim's raw text clipboard format */
# endif
! } VimClipboard;
#else
! typedef int VimClipboard; /* This is required for the prototypes. */
#endif
/* Use 64-bit stat structure if available. */
--- 2037,2045 ----
int_u format; /* Vim's own special clipboard format */
int_u format_raw; /* Vim's raw text clipboard format */
# endif
! } Clipboard_T;
#else
! typedef int Clipboard_T; // This is required for the prototypes.
#endif
/* Use 64-bit stat structure if available. */
*** ../vim-8.1.1531/src/version.c 2019-06-14 21:36:51.018437479 +0200
--- src/version.c 2019-06-14 22:42:33.855232725 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1532,
/**/
--
hundred-and-one symptoms of being an internet addict:
176. You lie, even to user-friends, about how long you were online yesterday.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201906142115.x5ELFJBR023252%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.