diff src/version.c @ 4256:79176b78969c v7.3.879

updated for version 7.3.879 Problem: When using an ex command in operator pending mode, using Esc to abort the command still executes the operator. (David B?rgin) Solution: Clear the operator when the ex command fails. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Apr 2013 17:43:14 +0200
parents 97a5ce76cb7d
children 9945fe0536a3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    879,
+/**/
     878,
 /**/
     877,