diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ex_cmds/cmd_map_spec.lua | 4 | ||||
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/ex_cmds/cmd_map_spec.lua b/test/functional/ex_cmds/cmd_map_spec.lua index a5ce1abff7..0b2190bbcf 100644 --- a/test/functional/ex_cmds/cmd_map_spec.lua +++ b/test/functional/ex_cmds/cmd_map_spec.lua @@ -279,7 +279,7 @@ describe('mappings with <Cmd>', function() {1:~ }| {1:~ }| {1:~ }| - | + :normal ,x | ]]) eq('Vim:E492: Not an editor command: nosuchcommand', exc_exec("normal ,f")) @@ -294,7 +294,7 @@ describe('mappings with <Cmd>', function() {1:~ }| {1:~ }| {1:~ }| - | + :normal ,x | ]]) feed_command(':%d') diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 3890f0f7ba..8d35df6f48 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -662,7 +662,7 @@ describe('ui/mouse/input', function() | {0:~ }| {4:[No Name] [+] }| - | + :vsp | ]]) feed('<ScrollWheelUp><27,0>') screen:expect([[ @@ -679,7 +679,7 @@ describe('ui/mouse/input', function() | {0:~ }| {4:[No Name] [+] }| - | + :vsp | ]]) feed('<ScrollWheelUp><27,7><ScrollWheelUp>') screen:expect([[ @@ -696,7 +696,7 @@ describe('ui/mouse/input', function() many | lines | {4:[No Name] [+] }| - | + :vsp | ]]) end) |