]> granicus.if.org Git - vim/commitdiff
patch 8.2.1992: build fails with small features v8.2.1992
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Nov 2020 20:11:18 +0000 (21:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Nov 2020 20:11:18 +0000 (21:11 +0100)
Problem:    Build fails with small features.
Solution:   Add #ifdef.

src/move.c
src/version.c

index 0a98f0347a2e7e9f9a3bcbdf6bcf95d90156ec0f..cd903793e59c13e39c8a19bb4e22bfe9e5c66ed6 100644 (file)
@@ -868,7 +868,9 @@ validate_cursor_col(void)
        curwin->w_wcol = col;
 
        curwin->w_valid |= VALID_WCOL;
+#ifdef FEAT_PROP_POPUP
        curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
+#endif
     }
 }
 
index 4f03b2627c1f00c0524c249d171cd995900b3c2b..0d9cf7007459a1a6ed2f79e249a6e68e6cf27a3f 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1992,
 /**/
     1991,
 /**/