aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/103_visual_mode_reset_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/103_visual_mode_reset_spec.lua')
-rw-r--r--test/functional/legacy/103_visual_mode_reset_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/103_visual_mode_reset_spec.lua b/test/functional/legacy/103_visual_mode_reset_spec.lua
index d05b47fa32..f5cd861019 100644
--- a/test/functional/legacy/103_visual_mode_reset_spec.lua
+++ b/test/functional/legacy/103_visual_mode_reset_spec.lua
@@ -32,7 +32,7 @@ describe('E315 error', function()
-- :del the ex-way will require the colon operator which resets the
-- visual mode thus preventing the problem:
feed('GV:call TriggerTheProblem()<cr>')
-
+
source([[
%del _
call append(line('$'), g:msg)
@@ -41,7 +41,7 @@ describe('E315 error', function()
-- Assert buffer contents.
expect([[
-
+
Everything's fine.]])
end)
end)