1
0
forked from aniani/vim

patch 7.4.1699

Problem:    :packadd does not work the same when used early or late.
Solution:   Always load plugins matching "plugin/**/*.vim".
This commit is contained in:
Bram Moolenaar
2016-04-02 22:44:16 +02:00
parent 298c65971e
commit 71fb0c146b
3 changed files with 9 additions and 2 deletions

View File

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