commit | a2438132a675be4dde3acbdf03ba1fdb2f09427c | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 10 21:29:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 21:29:18 2021 +0200 |
tree | 973f677bea21a7f41bbb9d49ad0038550e6e665b | |
parent | 31e21766d6fb0a386e15ccc8c2192f6a3a210f53 [diff] [blame] |
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)
diff --git a/src/Make_ami.mak b/src/Make_ami.mak index 91246d9..678f999 100644 --- a/src/Make_ami.mak +++ b/src/Make_ami.mak
@@ -162,6 +162,7 @@ spell.c \ spellfile.c \ spellsuggest.c \ + strings.c \ syntax.c \ tag.c \ term.c \