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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20221003164654.746E91C09A3%40moolenaar.net.