diff src/version.c @ 9054:f129fd3ebd98 v7.4.1812

commit https://github.com/vim/vim/commit/187147aedd588070d0676664d5076d046644094e Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 1 13:09:57 2016 +0200 patch 7.4.1812 Problem: Failure on startup with Athena and Motif. Solution: Check for INVALCOLOR. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sun, 01 May 2016 13:15:05 +0200
parents 3a6b66c02d6d
children 19d2dfb3f5e2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1812,
+/**/
     1811,
 /**/
     1810,