commit | 6b1da3312e15c065b373c9ec2732f31a77cee61f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 09 21:35:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 09 21:35:47 2017 +0200 |
tree | 41a4569401bfda33f2a175f24f9bc3e264767271 | |
parent | f085f4266e07b36279c56d43fd0d73ed080046ae [diff] [blame] |
patch 8.0.0629: checking for ambigous width is not working Problem: Checking for ambigous width is not working. (Hirohito Higashi) Solution: Reset "starting" earlier.
diff --git a/src/version.c b/src/version.c index 4b98f44..bc6a12d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 629, +/**/ 628, /**/ 627,