]> granicus.if.org Git - vim/commit
patch 8.0.0252: not properly recognizing word characters between 128 and 255 v8.0.0252
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 15:39:34 +0000 (16:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2017 15:39:34 +0000 (16:39 +0100)
commit4019cf90b8657d4ab1c39744db63550f44f405a2
treedd19804e007e7748d0d2ca5a0e4aaa5dd0a19217
parentf42dd3c3901ea0ba38e67a616aea9953cae81b8d
patch 8.0.0252: not properly recognizing word characters between 128 and 255

Problem:    Characters below 256 that are not one byte are not always
            recognized as word characters.
Solution:   Make vim_iswordc() and vim_iswordp() work the same way. Add a test
            for this. (Ozaki Kiichi)
.gitignore
src/Makefile
src/charset.c
src/kword_test.c [new file with mode: 0644]
src/mbyte.c
src/proto/mbyte.pro
src/version.c