]> granicus.if.org Git - vim/commitdiff
patch 8.2.4561: build failure with some combination of features v8.2.4561
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 19:08:48 +0000 (19:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 19:08:48 +0000 (19:08 +0000)
Problem:    Build failure with some combination of features. (John Marriott)
Solution:   Adjust #ifdef.

src/mouse.c
src/version.c

index c2bde6d16b0e5861bae5af5f194d05dbe53d717f..25d6fa89a1c9404c4754ca60abeda183ba77183c 100644 (file)
@@ -3031,7 +3031,7 @@ mouse_find_win(int *rowp, int *colp, mouse_find_T popup UNUSED)
 }
 
 #if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \
-       || defined(PROTO)
+       || defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Convert a virtual (screen) column to a character column.
  * The first column is one.
index a1107934d7021c8e628eafb38d80da542920c470..2bc2cc48e35af7c476d19afb7fdbb350b36fc672 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4561,
 /**/
     4560,
 /**/