diff src/version.c @ 10881:8f6df2f6d2fc v8.0.0330

patch 8.0.0330: illegal memory access after "vapo" commit https://github.com/vim/vim/commit/84b2a381451e9068b09ef6d85f5e8cf1598e7355 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 11:40:00 2017 +0100 patch 8.0.0330: illegal memory access after "vapo" Problem: Illegal memory access after "vapo". (Dominique Pelle) Solution: Fix the cursor column.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 11:45:04 +0100
parents 1fce74a5a628
children cb71a5468aca
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 */
 /**/
+    330,
+/**/
     329,
 /**/
     328,