From 62c0d99474eb0dffcd36d227057755c16c8a9570 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 25 Mar 2016 14:28:03 -0400 Subject: vim-patch:7.4.1652 Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test. https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114 --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim') diff --git a/src/nvim/version.c b/src/nvim/version.c index 0889ba8ccf..bab3d1573a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1652, 1643, 1641, 1574, -- cgit