1
0
forked from aniani/vim

patch 8.0.1398: :packadd does not load packages from the "start" directory

Problem:    :packadd does not load packages from the "start" directory.
            (Alejandro Hernandez)
Solution:   Make :packadd look in the "start" directory if those packages were
            not loaded on startup.
This commit is contained in:
Bram Moolenaar
2017-12-17 14:26:46 +01:00
parent 890dd05492
commit 9e1d399e63
3 changed files with 42 additions and 9 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1398,
/**/
1397,
/**/