comparison src/Make_morph.mak @ 16632:30de89c1d090 v8.1.1318

patch 8.1.1318: code for text changes is in a "misc" file commit https://github.com/vim/vim/commit/ec28d1516eb8bb5dcaa42de145953a6d49aebb6f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 11 18:36:34 2019 +0200 patch 8.1.1318: code for text changes is in a "misc" file Problem: Code for text changes is in a "misc" file. Solution: Move the code to change.c.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 May 2019 18:45:06 +0200
parents 5b5c5daf57de
children ba06a1c42274
comparison
equal deleted inserted replaced
16631:7217a9c5adb3 16632:30de89c1d090
26 26
27 SRC = arabic.c \ 27 SRC = arabic.c \
28 autocmd.c \ 28 autocmd.c \
29 blowfish.c \ 29 blowfish.c \
30 buffer.c \ 30 buffer.c \
31 change.c \
31 charset.c \ 32 charset.c \
32 crypt.c \ 33 crypt.c \
33 crypt_zip.c \ 34 crypt_zip.c \
34 debugger.c \ 35 debugger.c \
35 dict.c \ 36 dict.c \