1
0
forked from aniani/vim

patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumps

Problem:    Vim9: using \=expr in :substitute does not handle jumps.
Solution:   Start with instruction count zero. (closes #8128)
This commit is contained in:
Bram Moolenaar
2021-04-20 21:10:48 +02:00
parent 3f88e71fa2
commit 8238f08838
3 changed files with 60 additions and 38 deletions

View File

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