updated for version 7.1-154
diff --git a/src/screen.c b/src/screen.c
index 5b361e9..f85bd08 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4315,7 +4315,7 @@
 	    long prevcol = (long)(ptr - line) - (c == NUL);
 
 	    /* we're not really at that column when skipping some text */
-	    if ((wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
+	    if ((long)(wp->w_p_wrap ? wp->w_skipcol : wp->w_leftcol) > prevcol)
 		++prevcol;
 #endif
 
diff --git a/src/version.c b/src/version.c
index 156558e..fde9d20 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    154,
+/**/
     153,
 /**/
     152,