diff src/version.c @ 3551:a8897fd5d074 v7.3.536

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.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 17:46:59 +0200
parents f52d2ea0f81c
children 96715c3a905f
line wrap: on
line diff
--- 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,