comparison src/Make_morph.mak @ 20587:f502455965c0 v8.2.0847

patch 8.2.0847: typval related code is spread out Commit: https://github.com/vim/vim/commit/367d59e6ba65cf554d167933775fa17e40dcc6a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 17:06:14 2020 +0200 patch 8.2.0847: typval related code is spread out Problem: Typval related code is spread out. Solution: Move code to new typval.c file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6093)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 17:15:03 +0200
parents 918245588b50
children 6c5b11458f31
comparison
equal deleted inserted replaced
20586:fed0050be1a1 20587:f502455965c0
105 testing.c \ 105 testing.c \
106 textformat.c \ 106 textformat.c \
107 textobject.c \ 107 textobject.c \
108 textprop.c \ 108 textprop.c \
109 time.c \ 109 time.c \
110 typval.c \
110 ui.c \ 111 ui.c \
111 undo.c \ 112 undo.c \
112 usercmd.c \ 113 usercmd.c \
113 userfunc.c \ 114 userfunc.c \
114 version.c \ 115 version.c \