diff src/version.c @ 3431:8e21ac7f2d6e v7.3.481

updated for version 7.3.481 Problem: Changing 'virtualedit' in an operator function to "all" does not have the desired effect. (Aaron Bohannon) Solution: Save, reset and restore virtual_op when executing an operator function.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 12:59:57 +0200
parents b35844f3eb49
children 3229335d0c4e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    481,
+/**/
     480,
 /**/
     479,