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/version.c b/src/version.c index 7a0d500..cb416dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 446, +/**/ + 446, +/**/ 445, /**/ 444,