summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-20 19:14:49 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-20 19:14:49 +0200
commit63187f79327e30cdce7c89d35121b79452d80cc3 (patch)
tree579f0d2510bceef8653cc180e3ad95f3ded8c414 /src/feature.h
parent2a5b52758bb327b89d22660cc28c157ec29782e5 (diff)
downloadvim-git-63187f79327e30cdce7c89d35121b79452d80cc3.tar.gz
patch 8.1.1721: build failure with normal features without netbeans interfacev8.1.1721
Problem: Build failure with normal features without netbeans interface. Solution: Enable signs when using the text properties feature.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index eb474ab07..37af4c003 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1236,7 +1236,7 @@
* +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)) \