commit | b1e04fca3704e272a30afbe062498819eaacd4f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 13:08:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 13:08:35 2017 +0200 |
tree | 7fea342678a1d0ab2f625d452047684527aec2f8 | |
parent | d5d37537d1fa46fd468bd378af2006dd09840f38 [diff] [blame] |
patch 8.0.0516: a large count on a normal command causes trouble Problem: A large count on a normal command causes trouble. (Dominique Pelle) Solution: Make "opcount" long.
diff --git a/src/version.c b/src/version.c index c114d8f..74dc550 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 516, +/**/ 515, /**/ 514,