From 6f9a476b2f2f0bb5c50d703ec4fc535ffd5bfe8f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 22 Jun 2017 20:39:17 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 533660fa0..fd57e48ac 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 656, /**/ 655, /**/ -- cgit v1.2.1