]> granicus.if.org Git - vim/commit
patch 8.2.2974: Greek spell checking uses wrong case folding v8.2.2974
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jun 2021 17:07:40 +0000 (19:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jun 2021 17:07:40 +0000 (19:07 +0200)
commit4f135275984722c1b1e9ace72eeeb7ce7e4ec983
treefb221b9db23bfa8ad33a167f8969126fa953894a
parent3044324e8dccd470bd854cf7d9457232cc9c220e
patch 8.2.2974: Greek spell checking uses wrong case folding

Problem:    Greek spell checking uses wrong case folding.
Solution:   Fold capital sigma depending on whether it is at the end of a
            word or not. (closes #299)
src/proto/spell.pro
src/spell.c
src/spellfile.c
src/spellsuggest.c
src/version.c