summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-05 17:43:14 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-05 17:43:14 +0200
commitd7fbfe107d57842e584cfb9093cad4cfd67ddb40 (patch)
tree04e9656885fa8b385169e93aa7f211cafaa06d99 /src/version.c
parent91fc43d3f9d837e9ede66694c44e4cbcdc5c5549 (diff)
downloadvim-git-d7fbfe107d57842e584cfb9093cad4cfd67ddb40.tar.gz
updated for version 7.3.879v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8d3839ad5..db39c93c0 100644
--- 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,