Patch 8.0.0795
Problem:    Terminal feature does not build with older MSVC.
Solution:   Do not use stdint.h.
Files:      src/libvterm/include/vterm.h


*** ../vim-8.0.0794/src/libvterm/include/vterm.h        2017-07-25 
21:34:42.061132703 +0200
--- src/libvterm/include/vterm.h        2017-07-28 17:02:58.822746830 +0200
***************
*** 8,14 ****
  extern "C" {
  #endif
  
- #include <stdint.h>
  #include <stdlib.h>
  
  #include "vterm_keycodes.h"
--- 8,13 ----
***************
*** 16,21 ****
--- 15,24 ----
  #define TRUE 1
  #define FALSE 0
  
+ /* from stdint.h */
+ typedef unsigned char         uint8_t;
+ typedef unsigned int          uint32_t;
+ 
  typedef struct VTerm VTerm;
  typedef struct VTermState VTermState;
  typedef struct VTermScreen VTermScreen;
*** ../vim-8.0.0794/src/version.c       2017-07-28 16:46:36.221711738 +0200
--- src/version.c       2017-07-28 17:04:06.098280843 +0200
***************
*** 771,772 ****
--- 771,774 ----
  {   /* Add new patch number below this line */
+ /**/
+     795,
  /**/

-- 
Facepalm statement #2: "If there is a country without immigrants I'm going to
move there"

 /// Bram Moolenaar -- b...@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    ///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui