From 23b2ee077130182c60d6639d99b45546902c8f80 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Thu, 7 Jul 2016 23:12:33 -0400 Subject: vim-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. https://github.com/vim/vim/commit/49b27326447d0827c59c6cd201d58f65c1163086 --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 25a5c9d730..b9543cb0b7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -87,6 +87,7 @@ static int included_patches[] = { 1753, 1728, 1716, + 1712, 1695, 1654, 1652, -- cgit