Merge #4140 'vim-patch:7.4.771'.

This commit is contained in:
Justin M. Keyes
2016-02-15 01:48:30 -05:00
4 changed files with 45 additions and 15 deletions

View File

@@ -287,7 +287,7 @@ local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
describe('$test_name', function()
setup(clear)
before_each(clear)
it('is working', function()
@{[join "\n", map { /^$/ ? '' : ' ' . $_ } @{$test_body_lines}]}