commit | 50f834dfb2a06e7e5ecf937bc32d6d711e5883a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 13:40:17 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 13:40:17 2011 +0200 |
tree | 163d4e678bc3c2002cc5186e7d365afb8631dd96 | |
parent | 7f78bd73d6dd536a66cd58b8d25e7d6f142879d6 [diff] [blame] |
updated for version 7.3.316 Problem: Crash when 'colorcolumn' is set and closing buffer. Solution: Check for w_buffer to be NULL. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index d0e649c..d67e8d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 316, +/**/ 315, /**/ 314,