diff src/version.c @ 2745:7f937a04cdba v7.3.149

updated for version 7.3.149 Problem: The cursor disappears after the processing of the 'setDot' netbeans command when vim runs in a terminal. Solution: Show the cursor after a screen update. (Xavier de Gaye, 2011
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Apr 2011 15:33:59 +0200
parents d67916de812a
children 6146c9859f65
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 */
 /**/
+    149,
+/**/
     148,
 /**/
     147,