commit | 4544bd2f247425c9dd743c76618dd70f53c72538 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 15:27:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 15:27:21 2019 +0200 |
tree | 9940de2ec12998f428a1d4fdb048c610f66895a9 | |
parent | fca068b977b1dc07b269e8c3e0ff7aa638357eff [diff] [blame] |
patch 8.1.2008: error for invalid range when using listener and undo Problem: Error for invalid range when using listener and undo. (Paul Jolly) Solution: Do not change the cursor before the lines are restored. (closes #4908)
diff --git a/src/version.c b/src/version.c index f0fe059..b797a59 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2008, +/**/ 2007, /**/ 2006,