diff options
Diffstat (limited to 'test/functional/autocmd/tabnew_spec.lua')
-rw-r--r-- | test/functional/autocmd/tabnew_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/autocmd/tabnew_spec.lua b/test/functional/autocmd/tabnew_spec.lua index 8c94dee49b..2148b21832 100644 --- a/test/functional/autocmd/tabnew_spec.lua +++ b/test/functional/autocmd/tabnew_spec.lua @@ -5,6 +5,8 @@ local command = helpers.command local eq = helpers.eq local eval = helpers.eval +if helpers.pending_win32(pending) then return end + describe('autocmd TabNew', function() before_each(clear) |