diff src/version.c @ 8765:3daf70d22168 v7.4.1671

commit https://github.com/vim/vim/commit/61264d99692803eec76a171916ab9720c75536b0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 19:59:02 2016 +0200 patch 7.4.1671 Problem: When help exists in multiple languages, adding @ab while "ab" is the default help language is unnecessary. Solution: Leave out "@ab" when not needed. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 20:00:10 +0200
parents 4b83af41f5db
children 3c8ddce4118e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1671,
+/**/
     1670,
 /**/
     1669,