summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-28 21:04:37 +0200
committerBram Moolenaar <Bram@vim.org>2016-03-28 21:04:37 +0200
commitcf2d8dee5117b9add3a3f5fc91b3569437e7d359 (patch)
treefabc1f98d11d86aa65b4befb50a80ad163c08af5 /src
parent2946d0236dc9e23ec0050feacdb959b9ae5672a8 (diff)
downloadvim-cf2d8dee5117b9add3a3f5fc91b3569437e7d359.zip
patch 7.4.1674
Problem: The editexisting plugin has to be copied or sourced to be used. Solution: Turn it into a package.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 36cfa653f..68991898d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1674,
+/**/
1673,
/**/
1672,