diff options
Diffstat (limited to 'test/functional/viml/completion_spec.lua')
| -rw-r--r-- | test/functional/viml/completion_spec.lua | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua index b70ef724b7..fbc7a527f8 100644 --- a/test/functional/viml/completion_spec.lua +++ b/test/functional/viml/completion_spec.lua @@ -5,8 +5,6 @@ local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq  local feed_command, source, expect = helpers.feed_command, helpers.source, helpers.expect  local meths = helpers.meths -if helpers.pending_win32(pending) then return end -  describe('completion', function()    local screen | 
