]> granicus.if.org Git - vim/commit
updated for version 7.3.536 v7.3.536
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jun 2012 15:46:59 +0000 (17:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jun 2012 15:46:59 +0000 (17:46 +0200)
commit88178de99f9cefb92450ff796e541926f3533cec
tree54196edc868e45b05d8848872cfc8ddee33c58f5
parent9a920d8c31bc4d267d8790ba0d83b5774316e08f
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.
src/mbyte.c
src/version.c