commit | a57024453115592b8847af40ddd965a33898e390 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 19:37:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 19:37:29 2016 +0200 |
tree | 149fc4647b824a3ee155afe9475a1220a73fb27c | |
parent | 2bbf8eff6fab16d86e7bcfc0da1962d31bec7891 [diff] [blame] |
patch 7.4.1840 Problem: When using packages an "after" directory cannot be used. Solution: Add the "after" directory of the package to 'runtimepath' if it exists.
diff --git a/src/version.c b/src/version.c index b53a744..eda517a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1840, +/**/ 1839, /**/ 1838,