Patch 8.0.0752
Problem: Build fails on MS-Windows.
Solution: Change #ifdef for set_color_count().
Files: src/term.c
*** ../vim-8.0.0751/src/term.c 2017-07-22 20:33:01.349391278 +0200
--- src/term.c 2017-07-22 21:14:31.947516937 +0200
***************
*** 1427,1433 ****
}
}
}
! #if defined(HAVE_TGETENT) || defined(FEAT_TERMRESPONSE)
/*
* Set number of colors.
* Store it as a number in t_colors.
--- 1427,1433 ----
}
}
}
!
/*
* Set number of colors.
* Store it as a number in t_colors.
***************
*** 1446,1451 ****
--- 1446,1452 ----
set_string_option_direct((char_u *)"t_Co", -1, nr_colors, OPT_FREE, 0);
}
+ #if defined(FEAT_TERMRESPONSE)
/*
* Set the color count to "val" and redraw if it changed.
*/
*** ../vim-8.0.0751/src/version.c 2017-07-22 21:11:49.260678364 +0200
--- src/version.c 2017-07-22 21:15:13.771218309 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 752,
/**/
--
hundred-and-one symptoms of being an internet addict:
212. Your Internet group window has more icons than your Accessories window.
/// 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.