aboutsummaryrefslogtreecommitdiff
path: root/test/functional/normal/K_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/normal/K_spec.lua')
-rw-r--r--test/functional/normal/K_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/normal/K_spec.lua b/test/functional/normal/K_spec.lua
index af0f82ef9a..43e598633c 100644
--- a/test/functional/normal/K_spec.lua
+++ b/test/functional/normal/K_spec.lua
@@ -2,6 +2,8 @@ local helpers = require('test.functional.helpers')(after_each)
local eq, clear, eval, feed =
helpers.eq, helpers.clear, helpers.eval, helpers.feed
+if helpers.pending_win32(pending) then return end
+
describe('K', function()
local test_file = 'K_spec_out'
before_each(function()