]> granicus.if.org Git - vim/commitdiff
patch 8.1.1721: build failure with normal features without netbeans interface v8.1.1721
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Jul 2019 17:14:49 +0000 (19:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Jul 2019 17:14:49 +0000 (19:14 +0200)
Problem:    Build failure with normal features without netbeans interface.
Solution:   Enable signs when using the text properties feature.

src/feature.h
src/version.c

index eb474ab07e0052f81fa69bf2a3facf4269f6eb02..37af4c003892057e311b7d7f07c07c7149c98616 100644 (file)
  * +signs              Allow signs to be displayed to the left of text lines.
  *                     Adds the ":sign" command.
  */
-#if defined(FEAT_BIG) || defined(FEAT_NETBEANS_INTG)
+#if defined(FEAT_BIG) || defined(FEAT_NETBEANS_INTG) || defined(FEAT_TEXT_PROP)
 # define FEAT_SIGNS
 # if ((defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) \
                && defined(HAVE_X11_XPM_H)) \
index 756818629b1b67131531aa461c7d32bfc94fc102..4d270650c675c5aaacdf667b1adebffaecfbdeda 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1721,
 /**/
     1720,
 /**/