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/proto.h b/src/proto.h index 8027232..4d2eded 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -63,6 +63,7 @@ # endif # include "autocmd.pro" # include "buffer.pro" +# include "change.pro" # include "charset.pro" # ifdef FEAT_CSCOPE # include "if_cscope.pro"