This commit is contained in:
Justin M. Keyes
2017-11-27 09:33:12 +01:00
parent c8b40930c0
commit 6cf186edb5
2 changed files with 13 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ local os = require('os')
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
local command = helpers.command
local eval, exc_exec = helpers.eval, helpers.exc_exec
local feed_command, request, eq = helpers.feed_command, helpers.request, helpers.eq
local feed_command, eq = helpers.feed_command, helpers.eq
local curbufmeths = helpers.curbufmeths
describe('colorscheme compatibility', function()