diff src/version.c @ 3034:44ffd0a8abcd v7.3.289

updated for version 7.3.289 Problem: Complete function isn't called when the leader changed. Solution: Call ins_compl_restart() when the leader changed. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Aug 2011 16:02:28 +0200
parents e4f3fa1a474e
children df33dba4e553
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 */
 /**/
+    289,
+/**/
     288,
 /**/
     287,