From 98aefe7c3250bb5d4153b994f878594d1745424e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 13 Dec 2018 22:20:09 +0100 Subject: patch 8.1.0579: cannot attach properties to text Problem: Cannot attach properties to text. Solution: First part of adding text properties. --- src/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/proto.h') diff --git a/src/proto.h b/src/proto.h index 8570af947..92d971469 100644 --- a/src/proto.h +++ b/src/proto.h @@ -183,6 +183,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS)) # include "termlib.pro" # endif +# ifdef FEAT_TEXT_PROP +# include "textprop.pro" +# endif # include "ui.pro" # include "undo.pro" # include "userfunc.pro" -- cgit v1.2.1