commit | 5a50c2255c447838d08d3b4895a3be3a41cd8eda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 22:17:10 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 22:17:10 2014 +0200 |
tree | fcf0f3294276c6f7e7a27c252c1f7d521c691ba1 | |
parent | b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e [diff] [blame] |
updated for version 7.4.243 Problem: Cannot use setreg() to add text that includes a NUL. Solution: Make setreg() accept a list.
diff --git a/src/version.c b/src/version.c index e8bbf85..9881075 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 243, +/**/ 242, /**/ 241,