1
0
forked from aniani/vim

patch 8.1.0353: an "after" directory of a package is appended to 'rtp'

Problem:    An "after" directory of a package is appended to 'rtp', which
            will be after the user's "after" directory. ()
Solution:   Insert the package "after" directory before any other "after"
            directory in 'rtp'. (closes #3409)
This commit is contained in:
Bram Moolenaar
2018-09-08 18:21:16 +02:00
parent d4a1aabe37
commit 99396d4cbf
3 changed files with 96 additions and 28 deletions

View File

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