1
0
forked from aniani/vim

patch 9.0.1614: strlen() called too often for :spellrepall

Problem:    strlen() called too often for :spellrepall.
Solution:   Store the result in a variable. (closes #12497)
This commit is contained in:
zeertzjq
2023-06-06 15:59:59 +01:00
committed by Bram Moolenaar
parent d1911a8e2b
commit 59f7038536
3 changed files with 10 additions and 7 deletions

View File

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