commit | 59f7038536a370d771758dc34036cc1424be7421 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jun 06 15:59:59 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 06 15:59:59 2023 +0100 |
tree | f964f1fa39c46c7efc63f2518c4074a6bda011d0 | |
parent | d1911a8e2b1498f0cb0275a98f63dd212204a1a8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 466209b..b20685a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1614, +/**/ 1613, /**/ 1612,