vim-patch:7.4.1047

Problem:    Tests fail on MS-Windows.
Solution:   Set 'selection' to inclusive.

7f68203168
This commit is contained in:
Jurica Bradaric
2016-05-10 20:54:51 +02:00
parent 0bfc1f33a0
commit ae7500457e
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ describe('wordcount', function()
before_each(clear)
it('is working', function()
execute('set selection=inclusive')
insert([=[
RESULT test:]=])