From a2438132a675be4dde3acbdf03ba1fdb2f09427c Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sat, 10 Jul 2021 21:29:18 +0200 Subject: patch 8.2.3139: functions for string manipulation are spread out Problem: Functions for string manipulation are spread out. Solution: Move string related functions to a new source file. (Yegappan Lakshmanan, closes #8470) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index 81ca37d0d6..a3a23be2d6 100644 --- a/src/README.md +++ b/src/README.md @@ -80,6 +80,7 @@ sign.c | signs spell.c | spell checking core spellfile.c | spell file handling spellsuggest.c | spell correction suggestions +strings.c | string manipulation functions syntax.c | syntax and other highlighting tag.c | tags term.c | terminal handling, termcap codes -- cgit v1.2.3