summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-07-10 21:29:18 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-10 21:29:18 +0200
commita2438132a675be4dde3acbdf03ba1fdb2f09427c (patch)
tree973f677bea21a7f41bbb9d49ad0038550e6e665b /Filelist
parent31e21766d6fb0a386e15ccc8c2192f6a3a210f53 (diff)
patch 8.2.3139: functions for string manipulation are spread outv8.2.3139
Problem: Functions for string manipulation are spread out. Solution: Move string related functions to a new source file. (Yegappan Lakshmanan, closes #8470)
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 579344bddc..8324ada6be 100644
--- a/Filelist
+++ b/Filelist
@@ -134,6 +134,7 @@ SRC_ALL = \
src/spell.h \
src/spellfile.c \
src/spellsuggest.c \
+ src/strings.c \
src/structs.h \
src/syntax.c \
src/tag.c \
@@ -296,6 +297,7 @@ SRC_ALL = \
src/proto/spell.pro \
src/proto/spellfile.pro \
src/proto/spellsuggest.pro \
+ src/proto/strings.pro \
src/proto/syntax.pro \
src/proto/tag.pro \
src/proto/term.pro \