diff src/version.c @ 3078:2cbde6bcc623 v7.3.311

updated for version 7.3.311 Problem: Complete function isn't called when the leader changed. Solution: Allow the complete function to return a dictionary with a flag that indicates ins_compl_restart() is to be called when the leader changes. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 16:52:09 +0200
parents 51ce22ba89d1
children 0ed06069aaf3
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 */
 /**/
+    311,
+/**/
     310,
 /**/
     309,