diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-16 15:35:47 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-16 15:35:47 +0200 |
| commit | 869e35270ecffd9024958880cb03f6f0bb01ea93 (patch) | |
| tree | da022669c9ecf5145ffce0963fa53984fda22c17 /src/version.c | |
| parent | 8507747600bddfd6a68aed057840856bf5548e61 (diff) | |
| download | vim-git-869e35270ecffd9024958880cb03f6f0bb01ea93.tar.gz | |
patch 8.0.0041v8.0.0041
Problem: When using Insert mode completion but not actually inserting
anything an undo item is still created. (Tommy Allen)
Solution: Do not call stop_arrow() when not inserting anything.
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 e6f8f4782..4902d69f0 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 41, +/**/ 40, /**/ 39, |
