From f80eb768c75de2065626203de001738e1dda436e Mon Sep 17 00:00:00 2001 From: prollings Date: Sun, 3 Jul 2016 10:22:59 +1000 Subject: vim-patch:7.4.1121 (#4989) Problem: test_expand leaves files behind. Solution: Edit another file before deleting, otherwise the swap file remains. https://github.com/vim/vim/commit/08b270a8a4544be9a7fecce311834fde2b457634 --- 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 aa3a34b3df..36f2b51ac2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -574,7 +574,7 @@ static int included_patches[] = { // 1124 NA 1123, // 1122 NA - // 1121, + 1121, 1120, 1119, 1118, -- cgit