commit | 0379d01c52e7930ccfc9133f229fba54a2024a42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:17:24 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:17:24 2015 +0100 |
tree | ebc63614a37fb4607ea0ff3b878162816be0c603 | |
parent | e1a61991d9b6fd5f65636d17583f93118268cda5 [diff] [blame] |
patch 7.4.959 Problem: When setting 'term' the clipboard ownership is lost. Solution: Do not call clip_init(). (James McCoy)
diff --git a/src/version.c b/src/version.c index 0de1ef5..6185923 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 959, +/**/ 958, /**/ 957,