diff src/version.c @ 2723:2e72d84e8965 v7.3.139

updated for version 7.3.139 Problem: When 'lazyredraw' is set ":ver" output can't be read. Solution: Don't redraw the screen when at a prompt or command line.
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 13:07:26 +0100
parents ea399ac2c1b9
children 96a7b564c2f3
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 */
 /**/
+    139,
+/**/
     138,
 /**/
     137,