diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-24 21:42:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-24 21:42:01 +0100 |
commit | 45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 (patch) | |
tree | 9615bfdb0787577637e8d25b4049a31de10e52cd /Filelist | |
parent | 71658f74ae64c366b2d35b82c0a2eadb1317f028 (diff) | |
download | vim-git-45fffdf10b7cb6e59794e76e9b8a2930fcb4b192.tar.gz |
patch 8.2.0443: clipboard code is spread outv8.2.0443
Problem: Clipboard code is spread out.
Solution: Move clipboard code to its own file. (Yegappan Lakshmanan,
closes #5827)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,7 @@ SRC_ALL = \ src/channel.c \ src/charset.c \ src/cindent.c \ + src/clipboard.c \ src/cmdexpand.c \ src/cmdhist.c \ src/crypt.c \ @@ -200,6 +201,7 @@ SRC_ALL = \ src/proto/channel.pro \ src/proto/charset.pro \ src/proto/cindent.pro \ + src/proto/clipboard.pro \ src/proto/cmdexpand.pro \ src/proto/cmdhist.pro \ src/proto/crypt.pro \ |