Patch 8.0.0808
Problem: Cannot build with terminal feature and DEBUG defined. (Christian
Brabandt)
Solution: Use DEBUG_LOG3().
Files: src/libvterm/src/pen.c
*** ../vim-8.0.0807/src/libvterm/src/pen.c 2017-07-26 21:29:29.124507597
+0200
--- src/libvterm/src/pen.c 2017-07-29 22:38:55.540214902 +0200
***************
*** 106,112 ****
{
#ifdef DEBUG
if(type != vterm_get_attr_type(attr)) {
! DEBUG_LOG("Cannot set attr %d as it has type %d, not type %d\n",
attr, vterm_get_attr_type(attr), type);
return;
}
--- 106,112 ----
{
#ifdef DEBUG
if(type != vterm_get_attr_type(attr)) {
! DEBUG_LOG3("Cannot set attr %d as it has type %d, not type %d\n",
attr, vterm_get_attr_type(attr), type);
return;
}
*** ../vim-8.0.0807/src/version.c 2017-07-29 22:23:35.170665661 +0200
--- src/version.c 2017-07-29 22:41:05.799304123 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 808,
/**/
--
GALAHAD: No. Look, I can tackle this lot single-handed!
GIRLS: Yes, yes, let him Tackle us single-handed!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.