From 30996359efbba90ce03ac3de7e39f20db9ce486b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 5 Aug 2017 21:10:21 +0200 Subject: clint: allow starting brace after `enum` --- test/functional/ui/wildmode_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/ui') diff --git a/test/functional/ui/wildmode_spec.lua b/test/functional/ui/wildmode_spec.lua index 42c92c4c2c..209b0bdfec 100644 --- a/test/functional/ui/wildmode_spec.lua +++ b/test/functional/ui/wildmode_spec.lua @@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers')(after_each) local Screen = require('test.functional.ui.screen') local clear, feed, command = helpers.clear, helpers.feed, helpers.command local iswin, set_shell_powershell = helpers.iswin, helpers.set_shell_powershell -local nvim_dir = helpers.nvim_dir local funcs = helpers.funcs local eq = helpers.eq local eval = helpers.eval -- cgit