vim-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.

a570244531
This commit is contained in:
James McCoy
2016-07-08 00:05:35 -04:00
parent e686b613ec
commit 520a4f06e2
3 changed files with 20 additions and 5 deletions

View File

@@ -76,6 +76,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1960,
1840,
1832,
1831,
1809,