]> granicus.if.org Git - vim/commit
patch 8.2.3139: functions for string manipulation are spread out v8.2.3139
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 10 Jul 2021 19:29:18 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Jul 2021 19:29:18 +0000 (21:29 +0200)
commita2438132a675be4dde3acbdf03ba1fdb2f09427c
tree973f677bea21a7f41bbb9d49ad0038550e6e665b
parent31e21766d6fb0a386e15ccc8c2192f6a3a210f53
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)
21 files changed:
Filelist
src/Make_ami.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/eval.c
src/evalfunc.c
src/mbyte.c
src/misc1.c
src/misc2.c
src/proto.h
src/proto/eval.pro
src/proto/evalfunc.pro
src/proto/mbyte.pro
src/proto/misc1.pro
src/proto/misc2.pro
src/proto/strings.pro [new file with mode: 0644]
src/strings.c [new file with mode: 0644]
src/version.c