1
0
forked from aniani/vim

patch 8.2.2186: Vim9: error when using 'opfunc'

Problem:    Vim9: error when using 'opfunc'.
Solution:   Do not expect a return value from 'opfunc'. (closes #7510)
This commit is contained in:
Bram Moolenaar
2020-12-22 12:20:08 +01:00
parent c882e4d169
commit 5b3d1bb0f5
5 changed files with 39 additions and 5 deletions

View File

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