commit | 454709baffd3205bf2b7d2519419675a122f2bd2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 16:37:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 16:37:14 2017 +0100 |
tree | 4406c7b5349cb29b379cc8e7ec2463d321eb9cd4 | |
parent | 2fcf6688bc3a8df2dff9c352d415b89db8b33668 [diff] [blame] |
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)
diff --git a/src/Makefile b/src/Makefile index 0238836..1af1e17 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2099,6 +2099,7 @@ test_cdo \ test_channel \ test_charsearch \ + test_charsearch_utf8 \ test_changedtick \ test_cindent \ test_cmdline \