From b37b5a59afd1a9c8bd91ffd4e67714c3f6c47f6d Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Tue, 10 May 2016 23:37:48 -0700 Subject: vim-patch:7.4.1281 Problem: No test for skipping over code that isn't evaluated. Solution: Add a test with code that would fail when not skipped. https://github.com/vim/vim/commit/ea8c219ca852cc8eaf603b1bf475edf95e2850cf Also add Test 91 from 7.4.1157 to test_viml.vim. --- 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 81137ff1c6..d7e75ee26e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -397,7 +397,7 @@ static int included_patches[] = { 1284, // 1283 NA 1282, - // 1281, + 1281, // 1280 NA // 1279 NA // 1278 NA -- cgit