commit | d7fbfe107d57842e584cfb9093cad4cfd67ddb40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 17:43:14 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 17:43:14 2013 +0200 |
tree | 04e9656885fa8b385169e93aa7f211cafaa06d99 | |
parent | 91fc43d3f9d837e9ede66694c44e4cbcdc5c5549 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8d3839a..db39c93 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 879, +/**/ 878, /**/ 877,