commit | 714db3bb819bb7f9f52270f2352b274bba3a9ff4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 13:46:52 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 13:46:52 2014 +0200 |
tree | bdde3d8e31273b35691691c11b28c1c86f77f927 | |
parent | 103650de9083ba5451869a3f8ed729ba47746b3a [diff] [blame] |
updated for version 7.4.445 Problem: Clipboard may be cleared on startup. Solution: Set clip_did_set_selection to -1 during startup. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a66046a..adff6db 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 445, +/**/ 444, /**/ 443,