diff src/version.c @ 5469:a56f60cf6834 v7.4.084

updated for version 7.4.084 Problem: Python: interrupt not being properly discarded. (Yggdroot Chen) Solution: Discard interrupt in VimTryEnd. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Nov 2013 01:05:48 +0100
parents 6367a766027d
children 70c3289803b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    84,
+/**/
     83,
 /**/
     82,