diff src/version.c @ 5523:6e54d1b3408c v7.4.110

updated for version 7.4.110 Problem: "gUgn" cannot be repeeated. (Dimitar Dimitrov) Solution: Don't put "gn" in a different order in the redo buffer. Restore 'wrapscan' when the pattern isn't found. (Christian Wellenbrock)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 19:27:30 +0100
parents 1cdf51706774
children 3fbda56bb200
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 */
 /**/
+    110,
+/**/
     109,
 /**/
     108,