comparison src/version.c @ 8216:03af9acbefb0 v7.4.1401

commit https://github.com/vim/vim/commit/6bd364e08461159ad3c153ffba4def5b896486a1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 16:19:07 2016 +0100 patch 7.4.1401 Problem: Having 'autochdir' set during startup and using diff mode doesn't work. (Axel Bender) Solution: Don't use 'autochdir' while still starting up. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 16:30:05 +0100
parents 51b4fba718bf
children 3456e2ebebd4
comparison
equal deleted inserted replaced
8215:3df75966ef43 8216:03af9acbefb0
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1401,
751 /**/ 753 /**/
752 1400, 754 1400,
753 /**/ 755 /**/
754 1399, 756 1399,
755 /**/ 757 /**/