1
0
forked from aniani/vim

patch 9.0.0390: cannot use a partial with :defer

Problem:    Cannot use a partial with :defer.
Solution:   Add the partial arguments before the other arguments.  Disallow
            using a dictionary.
This commit is contained in:
Bram Moolenaar
2022-09-05 21:21:25 +01:00
parent ccfde4d028
commit 86d87256c4
4 changed files with 57 additions and 5 deletions

View File

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