commit | 451a4a1cb7797e5d9b9fd625671cb5c652e7da00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 10 21:46:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 10 21:46:38 2017 +0200 |
tree | cc933bc4c930b139061baed60d79778041321a79 | |
parent | f803a7697808f63949ea26fc256d4c9a8647089e [diff] [blame] |
patch 8.0.0560: :windo allows for ! but it's not supported Problem: :windo allows for ! but it's not supported. Solution: Disallow passing !. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index e73e1fa..325be55 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 560, +/**/ 559, /**/ 558,