commit | 6d47df7ca0fd1dd649e050fd3bddbf8b3dbe266d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 15:45:37 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 15:45:37 2013 +0100 |
tree | cc341d3b0175c441a8ccf31ef81f5bb7c21d4a37 | |
parent | 5004e8846e3e7ab3888b57746c4d84719c70ccf4 [diff] [blame] |
updated for version 7.3.822 Problem: Crash when accessing freed buffer. Solution: Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c8381a1..347d1b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 822, +/**/ 821, /**/ 820,