summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-13 22:20:09 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-13 22:20:09 +0100
commit98aefe7c3250bb5d4153b994f878594d1745424e (patch)
tree262ae31c2dbf4ac0353f5564a2419a79267fa3ae /Filelist
parent5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 (diff)
downloadvim-git-98aefe7c3250bb5d4153b994f878594d1745424e.tar.gz
patch 8.1.0579: cannot attach properties to textv8.1.0579
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 117f0fac0..f47500456 100644
--- a/Filelist
+++ b/Filelist
@@ -91,6 +91,7 @@ SRC_ALL = \
src/terminal.c \
src/term.h \
src/termlib.c \
+ src/textprop.c \
src/ui.c \
src/undo.c \
src/userfunc.c \
@@ -198,6 +199,7 @@ SRC_ALL = \
src/proto/term.pro \
src/proto/terminal.pro \
src/proto/termlib.pro \
+ src/proto/textprop.pro \
src/proto/ui.pro \
src/proto/undo.pro \
src/proto/userfunc.pro \