comparison .gitignore @ 10724:ae1c6bf22e5f v8.0.0252

patch 8.0.0252: not properly recognizing word characters between 128 and 255 commit https://github.com/vim/vim/commit/4019cf90b8657d4ab1c39744db63550f44f405a2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 28 16:39:34 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jan 2017 16:45:04 +0100
parents aaf009826fbd
children 50459aeb4773
comparison
equal deleted inserted replaced
10723:72cb227772e7 10724:ae1c6bf22e5f
79 src/testdir/messages 79 src/testdir/messages
80 src/testdir/viminfo 80 src/testdir/viminfo
81 src/memfile_test 81 src/memfile_test
82 src/json_test 82 src/json_test
83 src/message_test 83 src/message_test
84 src/kword_test