mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
test: remove a few more redundant clear() calls (#35903)
This commit is contained in:
@@ -9,7 +9,6 @@ local exec_capture, dedent = n.exec_capture, t.dedent
|
||||
-- First test it's implemented using the :lmap and :lnoremap commands, then
|
||||
-- check those mappings behave as expected.
|
||||
describe("'keymap' / :lmap", function()
|
||||
clear()
|
||||
before_each(function()
|
||||
clear()
|
||||
insert('lllaaa')
|
||||
|
Reference in New Issue
Block a user