diff src/version.c @ 3859:ba9c9d0c4ff4 v7.3.686

updated for version 7.3.686 Problem: Using CTRL-\ e mappings is useful also when entering an expression, but it doesn't work. (Marcin Szamotulski) Solution: Allow using CTRL-\ e when entering an expression if it was not typed.
author Bram Moolenaar <bram@vim.org>
date Thu, 11 Oct 2012 04:04:37 +0200
parents 34aa94a421b7
children 0545dab1517f
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 */
 /**/
+    686,
+/**/
     685,
 /**/
     684,