Patch 8.1.1126
Problem: Build failure with +terminal but without tgetent.
Solution: Adjust #ifdef.
Files: src/ui.c
*** ../vim-8.1.1125/src/ui.c 2019-04-06 17:33:20.651486473 +0200
--- src/ui.c 2019-04-06 17:54:45.231351016 +0200
***************
*** 628,635 ****
}
#if (defined(FEAT_EVAL) \
! && (defined(FEAT_GUI) \
! || (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
|| defined(PROTO)
/*
* Get the window position in pixels, if possible.
--- 628,636 ----
}
#if (defined(FEAT_EVAL) \
! && (defined(FEAT_GUI) \
! || (defined(HAVE_TGETENT) && defined(FEAT_TERMRESPONSE)))) \
! || defined(FEAT_TERMINAL) \
|| defined(PROTO)
/*
* Get the window position in pixels, if possible.
*** ../vim-8.1.1125/src/version.c 2019-04-06 17:33:20.655486445 +0200
--- src/version.c 2019-04-06 17:55:34.907070634 +0200
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1126,
/**/
--
msdn.microsoft.com:
ERROR_SUCCESS 0 (0x0) The operation completed successfully.
I have always suspected that for Microsoft success is an error.
/// 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].
For more options, visit https://groups.google.com/d/optout.