To: vim_dev@googlegroups.com Subject: Patch 8.1.2033 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///