commit | 45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 21:42:01 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 21:42:01 2020 +0100 |
tree | 9615bfdb0787577637e8d25b4049a31de10e52cd | |
parent | 71658f74ae64c366b2d35b82c0a2eadb1317f028 [diff] [blame] |
patch 8.2.0443: clipboard code is spread out Problem: Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827)
diff --git a/src/version.c b/src/version.c index 31c5610..2e219a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 443, +/**/ 442, /**/ 441,