commit | d56a79d3396cf70861b7f739a3c400db91ce7b70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 15:26:18 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 15:26:18 2017 +0100 |
tree | 0762c78f9b377635cb493f8698210636616b01c1 | |
parent | 5acff71d3bd7796ee0a112ceb891af630b59304e [diff] [blame] |
patch 8.0.0341: undo does not work properly when using completion Problem: When using complete() and typing a character undo is saved after the character was inserted. (Shougo) Solution: Save for undo before inserting the character.
diff --git a/src/version.c b/src/version.c index ef71d0e..f12c508 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 341, +/**/ 340, /**/ 339,