diff src/version.c @ 5467:6367a766027d v7.4.083

updated for version 7.4.083 Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 05:30:26 +0100
parents 9c777e2c7024
children a56f60cf6834
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    83,
+/**/
     82,
 /**/
     81,