commit | 6f9a476b2f2f0bb5c50d703ec4fc535ffd5bfe8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 20:39:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 20:39:17 2017 +0200 |
tree | 6911e1c75f4601d5cf3e356b9a9ee00578bef695 | |
parent | d6abcd154cdc6a8dd4b7c6ccad37617ea8a1b4aa [diff] [blame] |
patch 8.0.0656: cannot use ! after some user commands Problem: Cannot use ! after some user commands. Solution: Properly check for existing command. (Higashi Higashi)
diff --git a/src/version.c b/src/version.c index 533660f..fd57e48 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 656, +/**/ 655, /**/ 654,