1
0
forked from aniani/vim

patch 8.2.4025: error for import not ending in .vim does not work for .vimrc

Problem:    Error for import not ending in .vim does not work for .vimrc.
Solution:   Check that .vim is the end. (closes #9484)
This commit is contained in:
Bram Moolenaar
2022-01-07 13:38:24 +00:00
parent 32884ad753
commit 834d41853e
4 changed files with 42 additions and 7 deletions

View File

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