]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1614: strlen() called too often for :spellrepall v9.0.1614
authorzeertzjq <zeertzjq@outlook.com>
Tue, 6 Jun 2023 14:59:59 +0000 (15:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Jun 2023 14:59:59 +0000 (15:59 +0100)
commit59f7038536a370d771758dc34036cc1424be7421
treef964f1fa39c46c7efc63f2518c4074a6bda011d0
parentd1911a8e2b1498f0cb0275a98f63dd212204a1a8
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)
src/spell.c
src/testdir/test_spell.vim
src/version.c