comparison src/version.c @ 4168:ff193256398a v7.3.836

updated for version 7.3.836 Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 14:56:42 +0100
parents d356b5ce84ce
children 14698f63de8d
comparison
equal deleted inserted replaced
4167:71e95ad234a6 4168:ff193256398a
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 836,
731 /**/ 733 /**/
732 835, 734 835,
733 /**/ 735 /**/
734 834, 736 834,
735 /**/ 737 /**/