commit | 1a0316ca2a617c5becc187337c4b9e3f08578d3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 17:50:25 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 17:50:25 2013 +0100 |
tree | f2a84974bd787069b0dafbcceef7bf4467bc7c2d | |
parent | b3cb98216296dc166f3d4544dd95d661cefe73b1 [diff] [blame] |
updated for version 7.3.856 Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 504ba7f..90d7a4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 856, +/**/ 855, /**/ 854,