commit | f1f6f3f7df2938b3583e341482d96c1d53124c51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 22:28:20 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 22:28:20 2017 +0100 |
tree | ff07d6af56fb33134bc736f4721e9c7f40667bfd | |
parent | 31eb139b8877439d06db0ca57692dfe35fec3f0c [diff] [blame] |
patch 8.0.0324: illegal memory access with a wrong yank range Problem: Illegal memory access with "1;y". Solution: Call check_cursor() instead of check_cursor_lnum(). (Dominique Pelle, closes #1455)
diff --git a/src/version.c b/src/version.c index a6dbe99..d174d03 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 324, +/**/ 323, /**/ 322,