diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-05 17:43:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-05 17:43:14 +0200 |
commit | d7fbfe107d57842e584cfb9093cad4cfd67ddb40 (patch) | |
tree | 04e9656885fa8b385169e93aa7f211cafaa06d99 /src/version.c | |
parent | 91fc43d3f9d837e9ede66694c44e4cbcdc5c5549 (diff) | |
download | vim-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.c | 2 |
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, |