From 1a9be28c75bfff93d2e0e62ede50a01c6955f1f7 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 2 Apr 2016 11:22:36 +0900 Subject: vim-patch:7.4.1425 Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata) https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 8cd0a13363..275cb2063a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -76,6 +76,7 @@ static int included_patches[] = { 1574, 1570, 1511, + 1425, 1366, // 1219 NA -- cgit