Patch 8.1.2033
Problem: Cannot build with tiny features.
Solution: Add #ifdef.
Files: src/screen.c
*** ../vim-8.1.2032/src/screen.c 2019-09-14 21:55:29.850096848 +0200
--- src/screen.c 2019-09-14 22:31:04.388631049 +0200
***************
*** 5383,5391 ****
--- 5383,5393 ----
&& draw_state == WL_LINE
&& !attr_pri)
{
+ #ifdef LINE_ATTR
if (line_attr)
char_attr = hl_combine_attr(extra_attr, line_attr);
else
+ #endif
char_attr = extra_attr;
}
*** ../vim-8.1.2032/src/version.c 2019-09-14 22:23:26.334003207 +0200
--- src/version.c 2019-09-14 22:32:06.116433127 +0200
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 2033,
/**/
--
hundred-and-one symptoms of being an internet addict:
260. Co-workers have to E-mail you about the fire alarm to get
you out of the building.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201909142034.x8EKYFfR024828%40masaka.moolenaar.net.