comparison 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
comparison
equal deleted inserted replaced
8764:8740fe78876f 8765:3daf70d22168
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1671,
751 /**/ 753 /**/
752 1670, 754 1670,
753 /**/ 755 /**/
754 1669, 756 1669,
755 /**/ 757 /**/