mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
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)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@ src/testdir/viminfo
|
||||
src/memfile_test
|
||||
src/json_test
|
||||
src/message_test
|
||||
src/kword_test
|
||||
|
||||
Reference in New Issue
Block a user