]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0446: the ";" command does not work after some characters v8.0.0446
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Mar 2017 15:37:14 +0000 (16:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Mar 2017 15:37:14 +0000 (16:37 +0100)
commit454709baffd3205bf2b7d2519419675a122f2bd2
tree4406c7b5349cb29b379cc8e7ec2463d321eb9cd4
parent2fcf6688bc3a8df2dff9c352d415b89db8b33668
patch 8.0.0446: the ";" command does not work after some characters

Problem:    The ";" command does not work after characters with a lower byte
            that is NUL.
Solution:   Properly check for not having a previous character. (Hirohito
            Higashi)
src/Makefile
src/search.c
src/testdir/test_alot_utf8.vim
src/testdir/test_charsearch_utf8.vim [new file with mode: 0644]
src/version.c