1
0
forked from aniani/vim

patch 8.0.1734: package directory not added to 'rtp' if prefix matches

Problem:    Package directory not added to 'rtp' if prefix matches.
Solution:   Check the match is a full match. (Ozaki Kiichi, closes #2817)
            Also handle different ways of spelling a path.
This commit is contained in:
Bram Moolenaar
2018-04-18 22:18:23 +02:00
parent bad0ce7b26
commit f98a39ca57
3 changed files with 34 additions and 3 deletions

View File

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