diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-11 18:36:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-11 18:36:34 +0200 |
commit | ec28d1516eb8bb5dcaa42de145953a6d49aebb6f (patch) | |
tree | 6157e2786295b85ef37d8fe8eff0ba08d69684a1 /Filelist | |
parent | 3f86ca0faa29cb862f876a97f87790f3a46a3858 (diff) | |
download | vim-git-ec28d1516eb8bb5dcaa42de145953a6d49aebb6f.tar.gz |
patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318
Problem: Code for text changes is in a "misc" file.
Solution: Move the code to change.c.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ SRC_ALL = \ src/blob.c \ src/blowfish.c \ src/buffer.c \ + src/change.c \ src/channel.c \ src/charset.c \ src/crypt.c \ @@ -155,6 +156,7 @@ SRC_ALL = \ src/proto/blob.pro \ src/proto/blowfish.pro \ src/proto/buffer.pro \ + src/proto/change.pro \ src/proto/channel.pro \ src/proto/charset.pro \ src/proto/crypt.pro \ |