| commit | 53339b287727f1b5cbcc0da5563b011ce30f3f03 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 14:39:12 2010 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 14:39:12 2010 +0100 |
| tree | 796069a409feeaba86628c9ef7b8a0d830c63ba7 | |
| parent | 216b71069ab33a77a5c2899ce9b0c11423a85ade [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 25f10a3..19b2851 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 405, +/**/ 404, /**/ 403,