comparison src/version.c @ 9363:f9dda6450c76 v7.4.1963

commit https://github.com/vim/vim/commit/97ff9b9cffd97219d888874b9b3811d55e99c78f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 20:37:46 2016 +0200 patch 7.4.1963 Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Jun 2016 20:45:05 +0200
parents f089eb0a5fa4
children 3830a92c12bf
comparison
equal deleted inserted replaced
9362:2e1b128a526f 9363:f9dda6450c76
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1963,
756 /**/ 758 /**/
757 1962, 759 1962,
758 /**/ 760 /**/
759 1961, 761 1961,
760 /**/ 762 /**/