aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/084_curswant_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/084_curswant_spec.lua')
-rw-r--r--test/functional/legacy/084_curswant_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/084_curswant_spec.lua b/test/functional/legacy/084_curswant_spec.lua
index 818914eeb9..9809ce5b88 100644
--- a/test/functional/legacy/084_curswant_spec.lua
+++ b/test/functional/legacy/084_curswant_spec.lua
@@ -25,7 +25,7 @@ describe('curswant', function()
let curswant_after = winsaveview().curswant
return [a:option_name, curswant_before, curswant_after]
endfunction
-
+
new
put =['1234567890', '12345']
1 delete _
@@ -33,7 +33,7 @@ describe('curswant', function()
for option_name in target_option_names
call add(result, TestCurswant(option_name))
endfor
-
+
new
put =map(copy(result), 'join(v:val, '' '')')
1 delete _