diff src/version.c @ 4472:94c5441984cc v7.3.984

updated for version 7.3.984 Problem: A Visual mapping that uses CTRL-G works differently when started from Insert mode. (Ein Brown) Solution: Reset old_mapped_len when handling typed text in Select mode.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 12:46:02 +0200
parents ab5154170c3d
children 0c940b6f2828
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    984,
+/**/
     983,
 /**/
     982,