commit | 257095760732597983bdd026e791907b7980e295 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 20:41:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 20:41:16 2016 +0200 |
tree | e528c6e4a6e96b3c4345c25789dc0b027edd6568 | |
parent | 7df0f6313a46b80d760c9a80241922544333351c [diff] [blame] |
patch 7.4.2262 Problem: Fail to read register content from viminfo if it is 438 characters long. (John Chen) Solution: Adjust the check for line wrapping. (closes #1010)
diff --git a/src/version.c b/src/version.c index 9684a3e..a46e748 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2262, +/**/ 2261, /**/ 2260,