commit | f79225ed4f81bc579bb3360ad2eb06adc8058153 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 23:11:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 23:11:04 2017 +0100 |
tree | 033d970c0e0f3ccb062e36fbf3582fa8413ed165 | |
parent | 2c90d51123fba44a90e09aa4a4f2b7d972dadb94 [diff] [blame] |
patch 8.0.0483: illegal memory access when using :all Problem: Illegal memory access when using :all. (Dominique Pelle) Solution: Adjust the cursor position right after setting "curwin".
diff --git a/src/version.c b/src/version.c index 828450d..bb4cadc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 483, +/**/ 482, /**/ 481,