diff src/version.c @ 5471:70c3289803b3 v7.4.085

updated for version 7.4.085 Problem: When inserting text in Visual block mode and moving the cursor the wrong text gets repeated in other lines. Solution: Use the '[ mark to find the start of the actually inserted text. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Nov 2013 01:29:22 +0100
parents a56f60cf6834
children 60a5b7b82016
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 */
 /**/
+    85,
+/**/
     84,
 /**/
     83,