diff src/version.c @ 2937:0a650db02653 v7.3.241

updated for version 7.3.241 Problem: Using CTRL-R CTRL-W on the command line may insert only part of the word. Solution: Use the cursor position instead of assuming it is at the end of the command. (Tyru)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jul 2011 16:44:37 +0200
parents bf283e37792b
children 3d96ddbeb3b0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    241,
+/**/
     240,
 /**/
     239,