diff src/version.c @ 3883:b5b892472ecb v7.3.698

updated for version 7.3.698 Problem: Python 3 does not preserve state beween commands. Solution: Preserve the state. (Paul Ollis)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 01:47:00 +0200
parents 7c72b5f7ada1
children 4ffb6f9b58e0
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 */
 /**/
+    698,
+/**/
     697,
 /**/
     696,