From 6e55d99f433b5da7b3aeeb5585b663bf9bd22cd2 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Sun, 18 Sep 2016 17:29:42 +0200 Subject: vim-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) https://github.com/vim/vim/commit/61264d99692803eec76a171916ab9720c75536b0 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 685a2a843b..24c3d4eb5b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -772,7 +772,7 @@ static int included_patches[] = { // 1674 NA 1673, // 1672 NA - // 1671, + 1671, // 1670, // 1669 NA // 1668 NA -- cgit