summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-01 17:46:59 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-01 17:46:59 +0200
commit88178de99f9cefb92450ff796e541926f3533cec (patch)
tree54196edc868e45b05d8848872cfc8ddee33c58f5 /src/version.c
parent9a920d8c31bc4d267d8790ba0d83b5774316e08f (diff)
updated for version 7.3.536v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 773d5b03c2..d8c6603d2b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 536,
+/**/
535,
/**/
534,