comparison src/Make_vms.mms @ 25206:dc66d0284518 v8.2.3139

patch 8.2.3139: functions for string manipulation are spread out Commit: https://github.com/vim/vim/commit/a2438132a675be4dde3acbdf03ba1fdb2f09427c Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Jul 10 21:29:18 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jul 2021 21:30:04 +0200
parents 7bc92a651472
children bb1097899693
comparison
equal deleted inserted replaced
25205:362cabc968e8 25206:dc66d0284518
391 sha256.c \ 391 sha256.c \
392 sign.c \ 392 sign.c \
393 spell.c \ 393 spell.c \
394 spellfile.c \ 394 spellfile.c \
395 spellsuggest.c \ 395 spellsuggest.c \
396 strings.c \
396 syntax.c \ 397 syntax.c \
397 tag.c \ 398 tag.c \
398 term.c \ 399 term.c \
399 termlib.c \ 400 termlib.c \
400 testing.c \ 401 testing.c \
510 sha256.obj \ 511 sha256.obj \
511 sign.obj \ 512 sign.obj \
512 spell.obj \ 513 spell.obj \
513 spellfile.obj \ 514 spellfile.obj \
514 spellsuggest.obj \ 515 spellsuggest.obj \
516 strings.obj \
515 syntax.obj \ 517 syntax.obj \
516 tag.obj \ 518 tag.obj \
517 term.obj \ 519 term.obj \
518 termlib.obj \ 520 termlib.obj \
519 testing.obj \ 521 testing.obj \
1046 proto.h errors.h globals.h 1048 proto.h errors.h globals.h
1047 spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \ 1049 spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \
1048 ascii.h keymap.h term.h macros.h option.h structs.h \ 1050 ascii.h keymap.h term.h macros.h option.h structs.h \
1049 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 1051 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1050 proto.h errors.h globals.h 1052 proto.h errors.h globals.h
1053 strings.obj : strings.c vim.h [.auto]config.h feature.h os_unix.h \
1054 ascii.h keymap.h term.h macros.h option.h structs.h \
1055 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
1056 proto.h errors.h globals.h
1051 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ 1057 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
1052 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 1058 ascii.h keymap.h term.h macros.h structs.h regexp.h \
1053 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 1059 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
1054 errors.h globals.h 1060 errors.h globals.h
1055 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 1061 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \