Patch 8.0.0594 (after 8.0.0592)
Problem: Build failure when windows feature is missing.
Solution: Add #ifdef.
Files: src/screen.c
*** ../vim-8.0.0593/src/screen.c 2017-04-30 19:39:32.646857862 +0200
--- src/screen.c 2017-04-30 20:44:11.343378299 +0200
***************
*** 275,281 ****
--- 275,283 ----
if (wp->w_buffer == buf)
{
redraw_win_later(wp, type);
+ #ifdef FEAT_WINDOWS
wp->w_redr_status = TRUE;
+ #endif
}
}
}
*** ../vim-8.0.0593/src/version.c 2017-04-30 20:12:53.378810666 +0200
--- src/version.c 2017-04-30 20:46:10.610657790 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 594,
/**/
--
Arthur pulls Pin out. The MONK blesses the grenade as ...
ARTHUR: (quietly) One, two, five ...
GALAHAD: Three, sir!
ARTHUR: Three.
"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.