Patch 8.1.2033

9 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 14, 2019, 4:34:23 PM9/14/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages