Skip to content

Commit 63187f7

Browse files
committed
patch 8.1.1721: build failure with normal features without netbeans interface
Problem: Build failure with normal features without netbeans interface. Solution: Enable signs when using the text properties feature.
1 parent 2a5b527 commit 63187f7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
* +signs Allow signs to be displayed to the left of text lines.
12371237
* Adds the ":sign" command.
12381238
*/
1239-
#if defined(FEAT_BIG) || defined(FEAT_NETBEANS_INTG)
1239+
#if defined(FEAT_BIG) || defined(FEAT_NETBEANS_INTG) || defined(FEAT_TEXT_PROP)
12401240
# define FEAT_SIGNS
12411241
# if ((defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) \
12421242
&& defined(HAVE_X11_XPM_H)) \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1721,
780782
/**/
781783
1720,
782784
/**/

0 commit comments

Comments
 (0)