diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-28 16:39:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-28 16:39:34 +0100 |
commit | 4019cf90b8657d4ab1c39744db63550f44f405a2 (patch) | |
tree | dd19804e007e7748d0d2ca5a0e4aaa5dd0a19217 /.gitignore | |
parent | f42dd3c3901ea0ba38e67a616aea9953cae81b8d (diff) | |
download | vim-git-4019cf90b8657d4ab1c39744db63550f44f405a2.tar.gz |
patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252
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)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 212d0e748..ac3a86367 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ src/testdir/viminfo src/memfile_test src/json_test src/message_test +src/kword_test |