comparison src/version.c @ 4209:fb533fb6c015 v7.3.856

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Mar 2013 17:50:25 +0100
parents 6604853dd822
children 4905e038b105
comparison
equal deleted inserted replaced
4208:b92c36ba3b34 4209:fb533fb6c015
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 856,
731 /**/ 733 /**/
732 855, 734 855,
733 /**/ 735 /**/
734 854, 736 854,
735 /**/ 737 /**/