diff src/version.c @ 11289:e0309111d976 v8.0.0530

patch 8.0.0530: buffer overflow when 'columns' is very big commit https://github.com/vim/vim/commit/658a3a2caf5852d071b6b1be92d9d6614a6208dc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 31 22:27:12 2017 +0200 patch 8.0.0530: buffer overflow when 'columns' is very big Problem: Buffer overflow when 'columns' is very big. (Nikolai Pavlov) Solution: Correctly compute where to truncate. Fix translation. (closes #1600)
author Christian Brabandt <cb@256bit.org>
date Fri, 31 Mar 2017 22:30:04 +0200
parents e800e8149a5b
children 783ec3826b0c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    530,
+/**/
     529,
 /**/
     528,