commit | e2e663f67d9f44ae876659bd492f734d48bd2970 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 18:02:30 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 18:02:30 2013 +0100 |
tree | 68d090a7dd23ed00c415eab3868aa9ae5ad055d4 | |
parent | 210f3704f795870c513a136725718e10ac2bdbfc [diff] [blame] |
updated for version 7.3.852 Problem: system() breaks clipboard text. (Yukihiro Nakadaira) Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt) Also do not put the text in the clip buffer if conversion fails.
diff --git a/src/version.c b/src/version.c index 97fdd99..eeb4f61 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850,