From cf2d8dee5117b9add3a3f5fc91b3569437e7d359 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 28 Mar 2016 21:04:37 +0200 Subject: patch 7.4.1674 Problem: The editexisting plugin has to be copied or sourced to be used. Solution: Turn it into a package. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 36cfa653f..68991898d 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1674, /**/ 1673, /**/ -- cgit v1.2.3