Add test for vim-patch 7.4.672

This commit is contained in:
KillTheMule
2016-05-01 21:47:10 +02:00
parent 3e1ca9a2db
commit 11f41a3c8c
2 changed files with 32 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
local helpers = require('test.functional.helpers')
local Screen = require('test.functional.ui.screen')
local clear, feed = helpers.clear, helpers.feed
@@ -716,4 +715,3 @@ describe('completion', function()
end)
end)