1
0
forked from aniani/vim

patch 8.2.1398: autoload script sourced twice if sourced directly

Problem:    Autoload script sourced twice if sourced directly.
Solution:   Do not source an autoload script again. (issue #6644)
This commit is contained in:
Bram Moolenaar
2020-08-08 21:33:21 +02:00
parent 4a6d1b660f
commit daa2f36573
3 changed files with 7 additions and 2 deletions

View File

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