commit | 367d59e6ba65cf554d167933775fa17e40dcc6a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 30 17:06:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 30 17:06:14 2020 +0200 |
tree | a7d7fc8c309c7a57f2974c785fe1f1a3dd2875ea | |
parent | d5c2c7763d73b91efd64a49da8221f9955debdd5 [diff] [blame] |
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 #6093)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 43414e7..4efc1d6 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -107,6 +107,7 @@ textobject.c \ textprop.c \ time.c \ + typval.c \ ui.c \ undo.c \ usercmd.c \