commit | 88178de99f9cefb92450ff796e541926f3533cec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 17:46:59 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 17:46:59 2012 +0200 |
tree | 54196edc868e45b05d8848872cfc8ddee33c58f5 | |
parent | 9a920d8c31bc4d267d8790ba0d83b5774316e08f [diff] [blame] |
updated for version 7.3.536 Problem: When spell checking the German sharp s is not seen as a word character. (Aexl Bender) Solution: In utf_islower() return true for the sharp s. Note: also need updated spell file for this to take effect.
diff --git a/src/version.c b/src/version.c index 773d5b0..d8c6603 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 536, +/**/ 535, /**/ 534,