commit | 4f135275984722c1b1e9ace72eeeb7ce7e4ec983 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 19:07:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 19:07:40 2021 +0200 |
tree | fb221b9db23bfa8ad33a167f8969126fa953894a | |
parent | 3044324e8dccd470bd854cf7d9457232cc9c220e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 25f2d15..99a635b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2974, +/**/ 2973, /**/ 2972,