From 693e40c2cdb65f19febde5664633ac465931cc63 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 26 Feb 2013 14:56:42 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index f1a090921..c6412bd4e 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 836, /**/ 835, /**/ -- cgit v1.2.3