diff src/version.c @ 3869:7f10daa706bb v7.3.691

updated for version 7.3.691 Problem: State specific to the Python thread is discarded. Solution: Keep state between threads. (Paul)
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Oct 2012 05:20:12 +0200
parents caa0ca9ad06c
children 337a4368fd2b
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 */
 /**/
+    691,
+/**/
     690,
 /**/
     689,