From b1b8759fc31c437b60de534f547d9f055d5d3ad6 Mon Sep 17 00:00:00 2001 From: watiko Date: Thu, 14 Jan 2016 12:19:15 +0900 Subject: vim-patch:7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt) https://github.com/vim/vim/commit/d7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index b38caf52f2..5bb3949663 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -510,7 +510,7 @@ static int included_patches[] = { 617, // 616, 615, - // 614, + 614, // 613, 612, // 611 NA -- cgit