]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0651: build fails without the +conceal feature v9.0.0651
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 16:45:55 +0000 (17:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Oct 2022 16:45:55 +0000 (17:45 +0100)
Problem:    Build fails without the +conceal feature.
Solution:   Rename called function.

src/drawline.c
src/version.c

index 793d8a9996970c27bff3dde7a7240632ecdcfceb..4d504e1035069bb96961c1af9c03839d3faad8f2 100644 (file)
@@ -3699,7 +3699,7 @@ win_line(
            wlv.col -= wlv.boguscols;
            wlv.boguscols = 0;
 #else
-           screen_line(wp, &wlv, FALSE);
+           wlv_screen_line(wp, &wlv, FALSE);
 #endif
            ++wlv.row;
            ++wlv.screen_row;
index 000c1e3d478ca9cccbd654fefb46afe7f17456ab..c84d309e08667b77e1ee46c707b6676288c8af58 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    651,
 /**/
     650,
 /**/