commit | ec28d1516eb8bb5dcaa42de145953a6d49aebb6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 18:36:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 18:36:34 2019 +0200 |
tree | 6157e2786295b85ef37d8fe8eff0ba08d69684a1 | |
parent | 3f86ca0faa29cb862f876a97f87790f3a46a3858 [diff] [blame] |
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.
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index a5ce62b..1eb5ff5 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -28,6 +28,7 @@ autocmd.c \ blowfish.c \ buffer.c \ + change.c \ charset.c \ crypt.c \ crypt_zip.c \