diff src/version.c @ 10877:6d8283a8eab8 v8.0.0328

patch 8.0.0328: the "zero count" error doesn't have a number commit https://github.com/vim/vim/commit/23a5558cfd860401aa694f0302d621887440f031 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 12 18:45:25 2017 +0100 patch 8.0.0328: the "zero count" error doesn't have a number Problem: The "zero count" error doesn't have a number. (Hirohito Higashi) Solution: Give it a number and be more specific about the error.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Feb 2017 19:00:05 +0100
parents ac9f60f96bab
children 1fce74a5a628
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 */
 /**/
+    328,
+/**/
     327,
 /**/
     326,