diff src/version.c @ 5051:350239b0e9eb v7.3.1269

updated for version 7.3.1269 Problem: Insert completion keeps entry selected even though the list has changed. (Olivier Teuliere) Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 16:21:58 +0200
parents 72fcf674e545
children 35b6fc57a286
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 */
 /**/
+    1269,
+/**/
     1268,
 /**/
     1267,