From ae7500457e13ca89c31884fa506194f0f330f89a Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Tue, 10 May 2016 20:54:51 +0200 Subject: [PATCH] vim-patch:7.4.1047 Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive. https://github.com/vim/vim/commit/7f68203168aeb22fcf8a5a9680503fe16759ebd4 --- src/nvim/version.c | 2 +- test/functional/legacy/wordcount_spec.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 81137ff1c6..688b39def5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -631,7 +631,7 @@ static int included_patches[] = { // 1050, // 1049, // 1048, - // 1047, + 1047, // 1046, // 1045 NA // 1044 NA diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index 63787a59d3..a1efbdc893 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -9,6 +9,7 @@ describe('wordcount', function() before_each(clear) it('is working', function() + execute('set selection=inclusive') insert([=[ RESULT test:]=])