comparison src/version.c @ 8849:9f40a379ff1e v7.4.1712

commit https://github.com/vim/vim/commit/49b27326447d0827c59c6cd201d58f65c1163086 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 5 21:13:00 2016 +0200 patch 7.4.1712 Problem: For plugins in packages, plugin authors need to take care of all dependencies. Solution: When loading "start" packages and for :packloadall, first add all directories to 'runtimepath' before sourcing plugins.
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Apr 2016 21:15:06 +0200
parents 470ea7526cc6
children 1b38596644ba
comparison
equal deleted inserted replaced
8848:b770e57bb8e6 8849:9f40a379ff1e
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 1712,
751 /**/ 753 /**/
752 1711, 754 1711,
753 /**/ 755 /**/
754 1710, 756 1710,
755 /**/ 757 /**/