mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
patch 8.1.0579: cannot attach properties to text
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user