vim-patch:7.4.1973

Problem:    On MS-Windows the package directory may be added at the end
            because of forward/backward slash differences. (Matthew
            Desjardins)
Solution:   Ignore slash differences.

4c5717ed8a
This commit is contained in:
James McCoy
2016-07-08 00:27:05 -04:00
parent 520a4f06e2
commit c147766389
2 changed files with 16 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1973,
1960,
1840,
1832,