summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ex_cmds2.c6
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 7a0d0bd94..19d7d19fa 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -3118,8 +3118,8 @@ add_pack_plugin(char_u *fname, void *cookie)
}
/* now we have:
- * rtp/pack/name/ever/name
- * p4 p3 p2 p1
+ * rtp/pack/name/start/name
+ * p4 p3 p2 p1
*
* find the part up to "pack" in 'runtimepath' */
c = *p4;
@@ -3195,7 +3195,7 @@ theend:
void
source_packages()
{
- do_in_path(p_pp, (char_u *)"pack/*/ever/*", DIP_ALL + DIP_DIR,
+ do_in_path(p_pp, (char_u *)"pack/*/start/*", DIP_ALL + DIP_DIR,
add_pack_plugin, p_pp);
}
diff --git a/src/version.c b/src/version.c
index af4ebc07f..16855d491 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1528,
+/**/
1527,
/**/
1526,