From ef2b5036b3005f1ce15d146dce72379a9834c56d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 12 Jan 2016 22:20:58 +0100 Subject: patch 7.4.1089 Problem: Repeating CTRL-A doesn't work. Solution: Call prep_redo_cmd(). (Hirohito 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 dfcd63510..db29e36b5 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1089, /**/ 1088, /**/ -- cgit v1.2.1