| 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] |
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)