Patch 8.0.1603
Problem: Cannot build with +terminal but without +menu.
Solution: Add #ifdef. (Damien)
Files: src/terminal.c
*** ../vim-8.0.1602/src/terminal.c 2018-03-11 19:30:40.128142740 +0100
--- src/terminal.c 2018-03-13 13:06:11.249902651 +0100
***************
*** 2738,2745 ****
else
pos.col = 0;
! screen_line(wp->w_winrow + pos.row + winbar_height(wp),
! wp->w_wincol, pos.col, wp->w_width, FALSE);
}
term->tl_dirty_row_start = MAX_ROW;
term->tl_dirty_row_end = 0;
--- 2738,2748 ----
else
pos.col = 0;
! screen_line(wp->w_winrow + pos.row
! #ifdef FEAT_MENU
! + winbar_height(wp)
! #endif
! , wp->w_wincol, pos.col, wp->w_width, FALSE);
}
term->tl_dirty_row_start = MAX_ROW;
term->tl_dirty_row_end = 0;
*** ../vim-8.0.1602/src/version.c 2018-03-13 13:10:37.140284761 +0100
--- src/version.c 2018-03-13 13:13:44.587144140 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1603,
/**/
--
A)bort, R)etry, D)o it right this time
/// 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.