commit | 8def26a0f5f5535e9af64e715cb80845fc8ec322 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 15:34:53 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 15:34:53 2015 +0100 |
tree | 62d08928afc65ae0adcbeff1061705c345c50652 | |
parent | 75e3ad019933f4879137775549261bf51985ab7d [diff] [blame] |
patch 7.4.976 Problem: When compiling Vim for MSYS2 (linked with msys-2.0.dll), the Win32 clipboard is not enabled. Solution: Recognize MSYS like CYGWIN. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f7a4a20..e034d45 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 976, +/**/ 975, /**/ 974,