diff src/version.c @ 3748:ad5fbf3596e0 v7.3.633

updated for version 7.3.633 Problem: Selection remains displayed as selected after selecting another text. Solution: Call xterm_update() before select(). (Andrew Pimlott)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:26:57 +0200
parents 44038a9777aa
children b7eea2409507
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    633,
+/**/
     632,
 /**/
     631,