1
0
forked from aniani/vim

patch 8.2.4044: Vim9: no error when importing the same script twice

Problem:    Vim9: no error when importing the same script twice.
Solution:   Give an error, unless it is a reload.
This commit is contained in:
Bram Moolenaar
2022-01-08 17:03:55 +00:00
parent 04935fb17e
commit 7c24dfddc2
4 changed files with 51 additions and 31 deletions

View File

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