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/version.c b/src/version.c index 4c88268..a17fa0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3139, +/**/ 3138, /**/ 3137,