commit | 97ff9b9cffd97219d888874b9b3811d55e99c78f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 20:37:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 20:37:46 2016 +0200 |
tree | cfd1f0b30064c64e80e3520a9ffa7854b19f36e4 | |
parent | 52df117df724a7ad20affdf15214d2df2e507dcc [diff] [blame] |
patch 7.4.1963 Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 286cbcb..db3a158 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1963, +/**/ 1962, /**/ 1961,