summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-03-23 14:39:12 +0100
committerBram Moolenaar <Bram@vim.org>2010-03-23 14:39:12 +0100
commit53339b287727f1b5cbcc0da5563b011ce30f3f03 (patch)
tree796069a409feeaba86628c9ef7b8a0d830c63ba7 /src/version.c
parent216b71069ab33a77a5c2899ce9b0c11423a85ade (diff)
downloadvim-53339b287727f1b5cbcc0da5563b011ce30f3f03.zip
updated for version 7.2.405
Problem: When built with small features the matching text is not highlighted for ":s/pat/repl/c". Solution: Remove the #ifdef for IncSearch. (James Vega)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 25f10a355..19b2851e7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 405,
+/**/
404,
/**/
403,