To: vim_dev@googlegroups.com Subject: Patch 9.0.0651 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0651 (after 9.0.0649) Problem: Build fails without the +conceal feature. Solution: Rename called function. Files: src/drawline.c *** ../vim-9.0.0650/src/drawline.c 2022-10-03 16:44:09.397950620 +0100 --- src/drawline.c 2022-10-03 17:43:24.522354171 +0100 *************** *** 3699,3705 **** wlv.col -= wlv.boguscols; wlv.boguscols = 0; #else ! screen_line(wp, &wlv, FALSE); #endif ++wlv.row; ++wlv.screen_row; --- 3699,3705 ---- wlv.col -= wlv.boguscols; wlv.boguscols = 0; #else ! wlv_screen_line(wp, &wlv, FALSE); #endif ++wlv.row; ++wlv.screen_row; *** ../vim-9.0.0650/src/version.c 2022-10-03 17:07:29.997542931 +0100 --- src/version.c 2022-10-03 17:44:19.326335468 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 651, /**/ -- hundred-and-one symptoms of being an internet addict: 263. You have more e-mail addresses than shorts. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///